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