From a296bd385e704b1e76a774341f8ad126c892ccab Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 29 Dec 2015 18:26:54 +0100 Subject: Add a template for operation sources --- ishtar_common/templates/ishtar/sheet_source.html | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ishtar_common/templates/ishtar/sheet_source.html (limited to 'ishtar_common/templates/ishtar/sheet_source.html') diff --git a/ishtar_common/templates/ishtar/sheet_source.html b/ishtar_common/templates/ishtar/sheet_source.html new file mode 100644 index 000000000..044d1b89d --- /dev/null +++ b/ishtar_common/templates/ishtar/sheet_source.html @@ -0,0 +1,25 @@ +{% extends "ishtar/sheet.html" %} +{% load i18n window_field window_link %} +{% block content %} +{% block export %} +
TO BE DEFINED
+{% endblock %} +{% block general %} +{% field "Title" item.title %} +{% field "Source type" item.source_type %} +{% field "Format type" item.format_type %} +{% field "Scale" item.scale %} +{% field_url "Web link" item.associated_url %} +{% field_multiple "Authors" item.authors %} +{% field "Item number" item.item_number %} +{% field "Ref." item.reference %} +{% field "Internal ref." item.internal_reference %} +{% field "Description" item.description %} +{% field "Comment" item.comment %} +{% field "Additional information" item.additional_information %} +{% endblock %} +{% block related %} +{% field "Related item" item.owner %} +{% endblock %} +{% endblock %} + -- cgit v1.2.3