summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/blocks/window_field_flex_detail.html
blob: 59ad4fed111e6407c02323450d3159d04f82f4fb (plain)
1
2
3
4
5
6
{% load i18n %}{% if item %}
<dl class="col-12{% if size == 2 %} col-lg-6{% elif size == 'full' %}{% else %} col-md-6 col-lg-3{% endif %} flex-wrap">
    <dt>{% trans caption %}{{link}}</dt>
    <dd>{{item}}</dd>
</dl>
{% endif %}