{% comment %} Args: - title_form (Opcional) [str]: titulo del formulario - form_id (Opcional) [str]: Indica el ID del contenedor del formulario - form [form]: El formulario a renderizar {% endcomment %} {% load crispy_forms_tags %} {% if title_form %}

{{title_form}}


{% endif %}
{% csrf_token %} {% crispy form %}