{% extends "base.html" %} {% block camino %}
  • {{ institucion.nombre_instituto }}
  • {% endblock camino %} {% block contenido %}
    {% if messages %}
    {% for message in messages %} {{ message }}
    {% endfor %}
    {% endif %}
      {{ institucion.nombre_instituto }}
    {% for p in preguntas %} {% for r in respuestas %} {% if p.id == r.pregunta_id %} {% endif %} {% endfor %} {% endfor %} {% for ty in preguntas %} {% for s in respuestas %} {% if s.opc == None %} {% else %} {% if ty.id == s.pregunta_id %} {% endif %} {% endif %} {% endfor %} {% endfor %}
    {{ p.id }}-{{p}}
    {{r.respuesta}}
    Especificaciones (Otros)
    Especificacion de la Pregunta {{ ty.id }} : {{ s.opc }}
    {% endblock %} {% block jquery %} {% endblock %}