summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_source.html
blob: bda22ed35e908344f71d7982c4b93a5dbab68865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{% extends "ishtar/sheet.html" %}
{% load i18n window_field link_to_window %}
{% block toolbar %}{% with current_action='operation_source_modification' %}{% include "ishtar/sheet_toolbar.html" %}{% endwith %}{% endblock %}
{% block content %}
{% block general %}
{% field "Title" item.title %}
{% field "Index" item.index %}
{% 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 "Creation date" item.creation_date %}
{% field "Receipt date" item.receipt_date %}
{% field "Receipt date in documentation" item.receipt_date_in_documentation %}
{% field "Has a duplicate" item.duplicate %}
{% field "Description" item.description %}
{% field "Comment" item.comment %}
{% field "Additional information" item.additional_information %}
{% endblock %}
{% block related %}
{% field "Related item" item.owner %}
{% endblock %}
{% endblock %}