{% extends 'reportbrod/bases/base.html'%} {% load static %} {% load i18n %} {% block title %} {% trans "title_edit" %} {% endblock %} {% block content %}

{% trans "title_edit" %}

{% include 'reportbrod/formulario.html' %}
{% endblock %}