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