{% extends 'app_kit/manage_generic_content.html' %} {% load i18n static app_tags buttonmatrix_tags localcosmos_tags %} {% block generic_content_specific %}

{% trans 'Build your matrix' %}

{% if exposed_field_link %} {% render_exposed_field exposed_field_link primary_language %} {% endif %} {% if exposed_field_link %} question {% endif %}
{% for row in generic_content.rows|ranged %} {% for column in generic_content.columns|ranged %} {% render_buttonmatrix_button app generic_content row column %} {% endfor %} {% endfor%}
{% endblock %} {% block extra_script %} {% endblock %}