{% extends 'creme_core/bricks/base/base.html' %} {% load i18n creme_bricks %} {% block brick_extra_class %}brick-table creme_config-configurable-models-brick{% if not app_config %} is-empty{% endif %}{% endblock %} {% block brick_header_title %} {% brick_header_title title=_('{count} Configurable type') plural=_('{count} Configurable types') empty=_('Configurable types') count=app_config|length icon='config' %} {% endblock %} {% block brick_content %} {% if app_config %} {% for model_conf in app_config %} {% endfor %} {% else %} {% endif %}
{{model_conf.verbose_name}}
{% translate 'No type requires configuration' %}
{% endblock %}