{% extends "crud/detail.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block detail_content %} {{ parlamentar.nome_parlamentar }}
Dependentes {% for d in dependentes %} {% endfor %}
{% crispy form %} {% endblock detail_content %}