{% extends "parlamentares/parlamentares_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block actions %}{% endblock %} {% block detail_content %} {% if mensagem_erro %}
{{ mensagem_erro }}
{% endif %} {% crispy form %} {% endblock detail_content %}