{% extends 'localcosmos_server/modals/large_modal_form.html' %} {% load i18n localcosmos_tags %} {% block action %}{% url 'manage_matrix_filter_restrictions' meta_app.id meta_node.id matrix_filter.id %}{% endblock %} {% block title %} {% blocktrans with name=matrix_filter.name %}Manage visibility of {{ name }}{% endblocktrans %} {% endblock %} {% block body %}
{% blocktrans with name=matrix_filter.name %}Select the trait values which trigger the display of {{ name }}. If nothing is selected, {{ name }} will always be visible.{% endblocktrans %}
{% block form %} {% for field in form %} {% include 'localcosmos_server/bootstrap_field.html' %} {% endfor %} {% if success is True %} {% endif %} {% endblock %}
{% if success is True %}