summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html
new file mode 100644
index 000000000..e558296a8
--- /dev/null
+++ b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html
@@ -0,0 +1,12 @@
+{% 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 %}
+{% field "Related treatment request" item.owner '' item.owner|link_to_window %}
+{% endblock %}