summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/sheet_operationsource.html
blob: 91cb483f07f73b140e91b29e34e0f8e5726f977c (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 "Operation source" %}</strong> - {{item.title}} - {{item.owner}}{% endblock %}

{% block window_nav %}
{% window_nav item window_id 'show-operationsource' 'operation_source_modify' %}
{% endblock %}

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