{% 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 %}
Deleting the selected form definition will delete all of the forms that are associated with it.
{% 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 |