summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/import_associated_item.html
blob: 359e22a90ec1e2a07abdbd1b84fab0a0ca2c7e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{% load i18n inline_formset verbose_names %}
    {% ifchanged imported|verbose_model_name %}
    {% if forloop.counter0 %}
        </div>
    </div>
    {% endif %}
    <div class="card w-100">
        <div class="card-header">
            {{ imported|verbose_model_name }}
        </div>
        <div class="card-body">
    {% else %}
        <hr>
    {% endifchanged %}
        {% if imported.SLUG %}
        {% url "show-"|add:imported.SLUG imported.pk "" as current_url %}
        {% if current_url %}
            <a class="display_details_inline" href="#" onclick='load_window("{% url "show-"|add:imported.SLUG imported.pk "" %}")'>
                <i class="fa fa-info-circle" aria-hidden="true"></i>
            </a>
        {% endif %}
        {% endif %}
        {{ imported }}