summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html
blob: 17cc14b5b2bcc9abe14543542bdfeff275232a1f (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 %}{% trans "Treatment request source" %}{% endblock %}

{% block window_nav %}
{% window_nav item window_id 'show-treatmentfilesource' 'treatmentfile_source_modify' %}
{% endblock %}

{% block related %}
{% trans "Related treatment request" as related_item_label %}
{% field related_item_label item.owner '' item.owner|link_to_window %}
{% endblock %}