diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-01-17 14:07:18 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-01-17 14:07:18 +0100 |
| commit | f3cb91ccbaf0c90f74e99fffb8e2122bd1d0db0e (patch) | |
| tree | 6a9a6af281fb080517b6d7dfc638389259d302ba /archaeological_operations/templates/ishtar | |
| parent | 6120bcee237ce3d49dd73bb980a7c8a194fde303 (diff) | |
| download | Ishtar-f3cb91ccbaf0c90f74e99fffb8e2122bd1d0db0e.tar.bz2 Ishtar-f3cb91ccbaf0c90f74e99fffb8e2122bd1d0db0e.zip | |
Improve ref display on administrativ acts (refs #1621)
Diffstat (limited to 'archaeological_operations/templates/ishtar')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_administrativeact.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index da80f6747..2cceb0222 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -11,6 +11,7 @@ <h3>{% trans "General"%}</h3> <p><label>{%trans "Year:"%}</label> <span class='value strong'>{{ item.year }}</span></p> {% if item.index %}<p><label>{%trans "Numerical reference:"%}</label> <span class='value strong'>{{ item.index }}</span></p>{% endif %} +{% if item.ref_sra %}<p><label>{%trans "Internal reference:"%}</label> <span class='value strong'>{{ item.ref_sra }}</span></p>{% endif %} <p><label>{%trans "Type:"%}</label> <span class='value'>{{ item.act_type }}</span></p> <p><label>{%trans "Signature date:"%}</label> <span class='value'>{{ item.signature_date }}</span></p> <p><label>{%trans "In charge:"%}</label> <span class='value'>{{ item.in_charge.full_label }}</span></p> |
