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

{{title}}


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