{% extends 'base.html' %} {% load static %} {% block title %} Detalles del examen {% endblock title %} {% block botones %} Ver calificaciones {% endblock botones %} {% block contenido %} {% include 'message.html' %}

Datos del examen

{% if request.user.user_type == 'instructor' %} {% endif %}

Preguntas existentes del examen

{% if preguntas %} {% for pregunta in preguntas %} {% endfor %} {% else %} {% endif %}
{% endif %}
No hay preguntas registradas por el momento
{% endblock contenido %} {% block js %} {% include 'examen/modal-preguntas.html' %} {% include 'examen/modal_eliminar_pregunta.html' %} {% endblock js %}