summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/forms/base_related_items.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/forms/base_related_items.html')
-rw-r--r--ishtar_common/templates/ishtar/forms/base_related_items.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/forms/base_related_items.html b/ishtar_common/templates/ishtar/forms/base_related_items.html
new file mode 100644
index 000000000..fe3df8c74
--- /dev/null
+++ b/ishtar_common/templates/ishtar/forms/base_related_items.html
@@ -0,0 +1,7 @@
+{% extends "ishtar/forms/base_form.html" %}
+{% load i18n %}
+{% block form_head %}
+{% if item_related_label %}<div class="alert alert-info">
+ <strong>{% trans "Related items" %}{% trans ":" %}</strong> {{ item_related_label }}
+</div>{% endif %}
+{% endblock %}