summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/blocks/window_field_flex_full.html
blob: ec337a5f8e96693e30d3f409ae40bd18696fd7e6 (plain)
1
2
3
4
5
6
{% load i18n %}{% if data %}
    <dl class="col-12">
        <dt>{% trans caption %}</dt>
        <dd>{{pre_data|safe}}{{data|linebreaksbr}}{{post_data|safe }}</dd>
    </dl>
{% endif %}