{% extends "protocoloadm/protocoloadm_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block detail_content %} {% if protocolos %}
{% csrf_token %} Total: {{ protocolos|length }} {% for p in protocolos %} {% endfor %}
Número de Protocolo Ano Assunto Tipo de Documento Data
{{ p.numero }} {{ p.ano }} {{ p.assunto_ementa }} {{ p.tipo_documento }} {{ p.data|date:"d/m/Y" }}
{% if is_paginated %} {% endif %}
{% else %}
{% csrf_token %}
Pesquisa Avançada {{ form.as_p }}
{% endif %} {% endblock detail_content %} {% block foot_js %} {% endblock %}