{# /** * @file * Theme override of modal add paragraph dialog template. * * @ingroup themeable */ #} {{ add }}
{% if (add_mode|default('modal') != 'off_canvas') %} {% for category_id, group in groups %}
{{ categories[category_id].title }}
{% if categories[category_id].description|length %} {{ categories[category_id].description }} {% endif %}
{% endfor %} {% endif %}