{%extends 'autoforms/base.html'%} {% load i18n %} {%block path%} › fill form {%endblock%} {%block extrastyle%}{{block.super}} {{dform.media}} {%if is_popup %} {%endif%} {%endblock%} {%block content%}
{% csrf_token %} {% include 'autoforms/fields.html' %}
{% if form.enable %} {% else %}

{% trans 'The form was disabled,you can not submit the form now.' %}

{% endif %}
{%endblock%}