diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_site.html')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index 6cc9a3454..718947e19 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -41,10 +41,18 @@ <div class="row"> {% field_flex "Other reference" item.other_reference %} + {% field_flex_multiple_obj _("Types") item 'types' %} + {% field_flex _("Discovery status") item.discovery_status %} + {% field_flex _("Current status") item.current_status %} + {% field_flex _("Nature of site") item.nature_of_site %} + {% field_flex _("Interpretation level") item.interpretation_level %} {% field_flex_multiple_obj "Periods" item 'periods' %} {% field_flex_multiple_obj "Remains" item 'remains' %} {% field_flex_multiple_obj "Cultural attributions" item 'cultural_attributions' %} + {% field_flex_detail _("Discoverer") item.discoverer %} {% field_flex_multiple "Collaborators" item.collaborators %} + {% field_flex_full _("Description") item.description "<pre>" "</pre>" %} + {% field_flex_full _("Public description") item.description "<pre>" "</pre>" %} {% field_flex_full "Comment" item.comment "<pre>" "</pre>" %} </div> @@ -75,6 +83,7 @@ {% else %} {% field_flex_detail_multiple_full "Towns" item.towns %} {% endif %} + {% field_flex_full _("Precise locality") item.precise_locality "<pre>" "</pre>" %} {% field_flex_full "National Geographic Institute locality" item.locality_ngi "<pre>" "</pre>" %} {% field_flex_full "Cadastral locality" item.locality_cadastral "<pre>" "</pre>" %} </div> |
