{% extends base_template|default:"conjunto/app_base.html" %} {% load static i18n %} {% block page_title %}{% translate "Form definitions" %}{% endblock %} {% block content %} {% include "conjunto/tables/list_card.html" %} {% endblock %} {% block scripts %} {{ block.super }} {# Alpine helper for the create/edit modal (title→name slug + Advanced). #} {% endblock %}