|
|
|
@ -1,24 +1,33 @@ |
|
|
|
|
|
|
|
{% extends "protocoloadm/protocoloadm_detail.html" %} |
|
|
|
{% load i18n %} |
|
|
|
{% load crispy_forms_tags %} |
|
|
|
{% load static %} |
|
|
|
|
|
|
|
{% block sections_nav %} {% endblock %} |
|
|
|
|
|
|
|
{% block detail_content %} |
|
|
|
<h1><b>Pesquisa de Protocolo</b></h1> |
|
|
|
<br></br> |
|
|
|
{% block actions %} |
|
|
|
<h1><b>Protocolos</b></h1> |
|
|
|
<div class="actions btn-group pull-right" role="group"> |
|
|
|
{% if filter_url %} |
|
|
|
<div class="actions btn-group pull-right" role="group"> |
|
|
|
<a href="{% url 'protocoloadm:protocolo' %}" class="btn btn-default">{% trans 'Fazer nova pesquisa' %}</a> |
|
|
|
<a href="{% url 'protocoloadm:protocolo' %}" class="btn btn-default">{% trans 'Fazer Nova Pesquisa' %}</a> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
<a href="{% url 'protocoloadm:protocolar_doc' %}" class="btn btn-default">{% trans 'Protocolar Documento' %}</a> |
|
|
|
<a href="{% url 'protocoloadm:protocolar_mat' %}" class="btn btn-default">{% trans 'Protocolar Matéria' %}</a> |
|
|
|
<a href="{% url 'protocoloadm:anular_protocolo' %}" class="btn btn-default">{% trans 'Anular Protocolo' %}</a> |
|
|
|
</div> |
|
|
|
{% endblock actions %} |
|
|
|
|
|
|
|
{% block sections_nav %} {% endblock %} |
|
|
|
|
|
|
|
{% block detail_content %} |
|
|
|
|
|
|
|
{% if not filter_url %} |
|
|
|
|
|
|
|
{% crispy filter.form %} |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% crispy filter.form %} |
|
|
|
{% if filter_url %} |
|
|
|
<p></p> |
|
|
|
<table class="table table-striped table-bordered"> |
|
|
|
|