{% extends "base.html" %} {% load staticfiles %} {% load url from future %} {% block breadcrumbs %}
  • Principal
  • {% if uno %}
  • Menores
  • Datos del Menor
  • {% endif %} {% endblock %} {% block contenido %}
    {% for registro in datos %} {{ registro.menor}} {% if uno %}
    Expediente: {{ registro.expediente }} {% endif %} {%endfor%}
    {% if uno %}
    {% for registro in datos %} {% if registro.menor.familiar_set.all %} Agregar Familiares Ver Familiares {% endif %} {% if not registro.menor.familiarausente_set.all and not registro.menor.familiar_set.all %} Agregar Familiares Ver Familiares {% endif %} {% if registro.menor.familiarausente_set.get.tiene == True %} {% endif %} Ver Documentos {%endfor%}
    {% endif %}
    {% for registro in datos %} {% if registro.menor.edad < 1%} {% else %} {% endif %} {% if registro.domicilio%} {% else%} {% endif%} {%empty%} {%endfor%}
    {% csrf_token %}
    {% endblock %} {% block extralibs %} {% block jquery %} {% endblock %} {% endblock %}