summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findsource.html
blob: a3825173fbdfb0e9e988c0930e5ff12c0ad22f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "ishtar/sheet_source.html" %}
{% load i18n window_field window_header link_to_window %}

{% block head_title %}<strong>{% trans "Find source" %}</strong> - {{item.title}} - {{item.owner}}{% endblock %}

{% block window_nav %}
{% window_nav item window_id 'show-findsource' 'find_source_modify' %}
{% endblock %}

{% block related %}
{% trans "Related find" as related_item_label %}
{% field_flex related_item_label item.owner '' item.owner|link_to_window %}
{% endblock %}