| {% trans "Title" %} | +{% trans "Parent" %} | +{% trans "Origin" %} | +{% trans "Status" %} | +{% trans "Action" %} | +
|---|---|---|---|---|
| + + {{ fp.title }} + + | ++ {% if fp.get_parent %} + + {{ fp.get_parent.title }} + + {% else %} + — + {% endif %} + | ++ + + {{ fp.content_type.name|capfirst }} ({{ fp.content_type.app_label }}.{{ fp.content_type.model }}) + + + | ++ {% if fp.live %} + {% trans "LIVE" %} + {% else %} + {% trans "Draft" %} + {% endif %} + | ++ + {% trans "Generate Dashboard" %} + + | +
+
+ {% endif %}
+ {% trans "No forms found." %}
+