{% extends "menu.html" %} {% block title %}GEA | Listado Alfabético{% endblock title %} {# set menu in active mode #} {% block nav-list-per %} class="active"{% endblock %} {% block content %}
* {% with abc="abcdefghijklmnñopqrstuvwxyz" %} {% for x in abc %} {{ x|upper }} {% endfor %} {% endwith %}
{% if cl %} {% include "_pagination.html" %} {% for p in cl %} {% if p.expedientepersona_set.count > 0 %} {% if p.expedientepersona_set %} {% for ep in p.expedientepersona_set.all %} {% if not forloop.first %} {% endif %} {% endfor %} {% endif %} {% endif %} {% endfor %}
Persona Expedientes Lugar(es) Partida(s) Plano
{{ p.apellidos }}{% if p.nombres %} {{ p.nombres }}{% endif %}
{{ ep.expediente.id }} {% if ep.expediente.expedientelugar_set %} {% for el in ep.expediente.expedientelugar_set.all %} {{ el.lugar.nombre }} {% for cl in el.catastrolocal_set.all %}
{{ cl }}{% endfor %} {% if not forloop.last %}
{% endif %} {% endfor %} {% endif %}
{% if ep.expediente.expedientepartida_set %} {% for ep in ep.expediente.expedientepartida_set.all %} {% if ep.set_ruta %} {% endif %} {{ ep.partida.sd }}-{{ ep.partida }} {% if ep.set_ruta %} {% endif %} {% if not forloop.last %}
{% endif %} {% endfor %} {% endif %}
{% if ep.expediente.plano_ruta %}{% endif %}{% if ep.expediente.inscripcion_numero %}{{ ep.expediente.inscripcion_numero }}{% endif %}{% if ep.expediente.plano_ruta %}{% endif %} {% if ep.expediente.inscripcion_fecha %}({{ ep.expediente.inscripcion_fecha }}){% endif %}
{% include "_pagination.html" %} {% else %} {% endif %} {% endblock %}