summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/blocks/window_field_flex.html
blob: add2a5520132b02256bca06957248415b41b6778 (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-4{% endif %} d-flex flex-wrap row">
        <dt class="col-5">{% trans caption %}</dt>
        <dd class="col-7">{{pre_data|safe}}{{data|linebreaksbr}}{{post_data|safe }}</dd>
    </dl>
{% endif %}