{% extends "crud/detail.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block actions %}{% endblock %} {% block sections_nav %} {% endblock %} {% block detail_content %} {% block buttons %} {% if filter_url and not filter.form.errors %}
{% trans 'Fazer nova pesquisa' %}
{% trans 'Matérias do Expediente' %}
{% endif %} {% endblock %}

{% csrf_token %}

{% trans "Tipo de Votação" %}




Selecione o(s) expediente(s) desejado(s).

{% for o in expedientes %} {% endfor %}

{% trans "Expediente" %}

{% endblock detail_content %} {% block extra_js %} {% endblock extra_js%}