{% extends "base.html" %} {% block title %}{{ form.title }} - Form Preview{% endblock %} {% block content %} {% if not is_embed %}
{% endif %}

{{ form.title }}

{% if form.description %}

{{ form.description }}

{% endif %}
{{ submission_count }} submissions Created {{ form.created_at|date:"M d, Y" }}
Loading form...

Loading form preview...

{% if not is_embed %}
Form Analytics

{{ submission_count }}

Total Submissions

{{ form.created_at|timesince }}

Time Created

{{ form.structure.wizards|length|default:0 }}

Form Steps

{% if form.structure.wizards %} {{ form.structure.wizards.0.fields|length|default:0 }} {% else %} 0 {% endif %}

First Step Fields
{% endif %}
{% endblock %} {% block extra_css %} {% if is_embed %} {% endif %} {% endblock %} {% block extra_js %} {% endblock %}