{% extends "formunculous/builder_base.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block title %} {% trans "Form Definitions" %} {% endblock %} {% trans "Form Definitions" %} {% block content %}

{% trans "Form Definitions" %}

Deleting the selected form definition will delete all of the forms that are associated with it.

{% csrf_token %}

{% trans "Create Form Definition" %} {% trans "Form Index" %}
{% for ad in app_defs %} {% endfor %}
{% trans "Name" %} {% trans "Owner" %} {% trans "Start Date" %} {% trans "Stop Date" %} {% trans "Actions" %}
{{ ad.name }} {{ ad.owner }} {{ ad.start_date|date:"D d M Y" }} {{ ad.stop_date|date:"D d M Y" }} Change Edit Form Copy Preview Delete
{% endblock %}