summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/locale/django.pot56
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html7
2 files changed, 33 insertions, 30 deletions
diff --git a/archaeological_operations/locale/django.pot b/archaeological_operations/locale/django.pot
index d58ef1f4b..dc9b27cea 100644
--- a/archaeological_operations/locale/django.pot
+++ b/archaeological_operations/locale/django.pot
@@ -95,7 +95,7 @@ msgstr ""
msgid "Deleted relations"
msgstr ""
-#: forms.py:449 templates/ishtar/sheet_operation.html:77
+#: forms.py:449 templates/ishtar/sheet_operation.html:78
msgid "Relations"
msgstr ""
@@ -403,8 +403,8 @@ msgstr ""
msgid "Remain type"
msgstr ""
-#: forms.py:1039 templates/ishtar/sheet_operation.html:148
-#: templates/ishtar/sheet_operation.html:179
+#: forms.py:1039 templates/ishtar/sheet_operation.html:149
+#: templates/ishtar/sheet_operation.html:180
msgid "Period"
msgstr ""
@@ -421,7 +421,7 @@ msgid "Archaeological site"
msgstr ""
#: forms.py:1112 models.py:88 models.py:261
-#: templates/ishtar/sheet_operation.html:88
+#: templates/ishtar/sheet_operation.html:89
msgid "Archaeological sites"
msgstr ""
@@ -838,8 +838,8 @@ msgstr ""
msgid "Cached values get from associated towns"
msgstr ""
-#: models.py:831 templates/ishtar/sheet_operation.html:96
-#: templates/ishtar/sheet_operation.html:127
+#: models.py:831 templates/ishtar/sheet_operation.html:97
+#: templates/ishtar/sheet_operation.html:128
msgid "Administrative acts"
msgstr ""
@@ -1080,52 +1080,52 @@ msgstr ""
msgid "Day"
msgstr ""
-#: templates/ishtar/sheet_operation.html:67
+#: templates/ishtar/sheet_operation.html:68
msgid "Localisation"
msgstr ""
-#: templates/ishtar/sheet_operation.html:92
+#: templates/ishtar/sheet_operation.html:93
msgid "Associated parcels"
msgstr ""
-#: templates/ishtar/sheet_operation.html:100
+#: templates/ishtar/sheet_operation.html:101
msgid "Document from this operation"
msgstr ""
-#: templates/ishtar/sheet_operation.html:106
-#: templates/ishtar/sheet_operation.html:133
+#: templates/ishtar/sheet_operation.html:107
+#: templates/ishtar/sheet_operation.html:134
msgid "Context records"
msgstr ""
-#: templates/ishtar/sheet_operation.html:110
+#: templates/ishtar/sheet_operation.html:111
msgid "Documents from associated context records"
msgstr ""
-#: templates/ishtar/sheet_operation.html:115
-#: templates/ishtar/sheet_operation.html:156
+#: templates/ishtar/sheet_operation.html:116
+#: templates/ishtar/sheet_operation.html:157
msgid "Finds"
msgstr ""
-#: templates/ishtar/sheet_operation.html:120
+#: templates/ishtar/sheet_operation.html:121
msgid "Documents from associated finds"
msgstr ""
-#: templates/ishtar/sheet_operation.html:125
+#: templates/ishtar/sheet_operation.html:126
msgid "Statistics"
msgstr ""
-#: templates/ishtar/sheet_operation.html:140
-#: templates/ishtar/sheet_operation.html:194
+#: templates/ishtar/sheet_operation.html:141
+#: templates/ishtar/sheet_operation.html:195
#: templates/ishtar/blocks/window_tables/administrativacts.html:8
msgid "Type"
msgstr ""
-#: templates/ishtar/sheet_operation.html:140
-#: templates/ishtar/sheet_operation.html:148
-#: templates/ishtar/sheet_operation.html:163
-#: templates/ishtar/sheet_operation.html:171
-#: templates/ishtar/sheet_operation.html:179
-#: templates/ishtar/sheet_operation.html:194
+#: templates/ishtar/sheet_operation.html:141
+#: templates/ishtar/sheet_operation.html:149
+#: templates/ishtar/sheet_operation.html:164
+#: templates/ishtar/sheet_operation.html:172
+#: templates/ishtar/sheet_operation.html:180
+#: templates/ishtar/sheet_operation.html:195
#: templates/ishtar/dashboards/dashboard_operation.html:18
#: templates/ishtar/dashboards/dashboard_operation.html:164
#: templates/ishtar/dashboards/dashboard_operation.html:432
@@ -1134,19 +1134,19 @@ msgstr ""
msgid "Number"
msgstr ""
-#: templates/ishtar/sheet_operation.html:163
+#: templates/ishtar/sheet_operation.html:164
msgid "Material type"
msgstr ""
-#: templates/ishtar/sheet_operation.html:171
+#: templates/ishtar/sheet_operation.html:172
msgid "Object type"
msgstr ""
-#: templates/ishtar/sheet_operation.html:187
+#: templates/ishtar/sheet_operation.html:188
msgid "Sources"
msgstr ""
-#: templates/ishtar/sheet_operation.html:203
+#: templates/ishtar/sheet_operation.html:204
msgid "Finds by context records"
msgstr ""
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index 1b2a1961d..ba63dfa1c 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -44,7 +44,6 @@
{% field_li_multiple "Periods" item.periods %}
{% if item.QUALITY_DICT %}{% field_li "Record quality" item.record_quality|from_dict:item.QUALITY_DICT %}{% endif %}
{% if item.history_object and item.history_object.QUALITY_DICT %}{% field_li "Record quality" item.record_quality|from_dict:item.history_object.QUALITY_DICT %}{% endif %}
-{% field_li "Abstract" item.abstract %}
{% field_li_detail "Associated file" item.associated_file %}
{% field_li "Responsible for town planning service" item.associated_file.responsible_town_planning_service.full_address %}
{% if item.associated_file.town_planning_service %}
@@ -60,9 +59,11 @@
{% else%}
{% field_li "General contractor organization" item.associated_file.general_contractor.attached_to.full_address %}
{% endif %}
-{% field_li "Comment" item.comment "<pre>" "</pre>" %}
</ul>
+{% field "Abstract" item.abstract "<pre>" "</pre>" %}
+{% field "Comment" item.comment "<pre>" "</pre>" %}
+{% if not next %}
{% if item.towns.count %}
<h3>{% trans "Localisation"%}</h3>
<ul class='form-flex'>
@@ -209,4 +210,6 @@
</ul>
{% endif %}
+{% endif %}
+
{% endblock %}