{% extends "dform/base.html" %} {% block title %}{{title}}{% endblock title %} {% block extra_head %} {% if is_embedded %} {% endif %} {% endblock extra_head %} {% block contents %}

{{title}}


{% csrf_token %} {{form.render_form}} {% if form.has_required %}
* Required Field
{% endif %}
{% if is_embedded %} {% endif %} {% endblock contents %}