{% extends "burialsite/base.html" %} {% block nav %} {% if user.is_authenticated %}
{% endif %} {% endblock %} {% block login %} {% if user.is_authenticated %} {% else %} {% endif %} {% endblock %} {% block content %} {% if user.is_authenticated %}Bone records for skeleton {{skeleton_id}}
Burial Site: {{burial_site.name}}
Feature: {{feature.name}}
Observed by {{cranial_record.observer}} on {{cranial_record.date}}
Age: {{cranial_record.age}}
Weight: {{cranial_record.weight}} kg
Sex: {{cranial_record.sex}}
Completeness: {{cranial_record.completeness}}
Present Location: {{cranial_record.present_location}}
{% if cranial_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{cranial_record.notes}}
Observed by {{foot_record.observer}} on {{foot_record.date}}
Age: {{foot_record.age}}
Weight: {{foot_record.weight}} kg
Sex: {{foot_record.sex}}
Completeness: {{foot_record.completeness}}
Present Location: {{foot_record.present_location}}
{% if foot_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{foot_record.notes}}
Observed by {{fragment_record.observer}} on {{fragment_record.date}}
Age: {{fragment_record.age}}
Weight: {{fragment_record.weight}} kg
Sex: {{fragment_record.sex}}
Completeness: {{fragment_record.completeness}}
Count: {{fragment_record.count}}
Minimum # of Individuals: {{fragment_record.minimum_individuals}}
Present Location: {{fragment_record.present_location}}
{% if fragment_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{fragment_record.notes}}
Observed by {{hand_record.observer}} on {{hand_record.date}}
Age: {{hand_record.age}}
Weight: {{hand_record.weight}} kg
Sex: {{hand_record.sex}}
Completeness: {{hand_record.completeness}}
Present Location: {{hand_record.present_location}}
{% if hand_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{hand_record.notes}}
Observed by {{longbone_record.observer}} on {{longbone_record.date}}
Age: {{longbone_record.age}}
Weight: {{longbone_record.weight}} kg
Sex: {{longbone_record.sex}}
Present Location: {{longbone_record.present_location}}
Proximal Epiphysis completeness: {{longbone_record.proximal_epiphysis_completeness}}
Proximal ⅓ completeness: {{longbone_record.proximal_one_third_completeness}}
Distal ⅓ completeness: {{longbone_record.distal_one_third_completeness}}
Distal epiphysis: {{longbone_record.distal_epiphysis_completeness}}
{% if longbone_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{longbone_record.notes}}
Observed by {{postcranial_record.observer}} on {{postcranial_record.date}}
Age: {{postcranial_record.age}}
Weight: {{postcranial_record.weight}} kg
Sex: {{postcranial_record.sex}}
Completeness: {{postcranial_record.completeness}}
Present Location: {{postcranial_record.present_location}}
{% if postcranial_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{postcranial_record.notes}}
Observed by {{rib_record.observer}} on {{rib_record.date}}
Age: {{rib_record.age}}
Weight: {{rib_record.weight}} kg
Sex: {{rib_record.sex}}
Completeness: {{rib_record.completeness}}
Present Location: {{rib_record.present_location}}
{% if rib_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{rib_record.notes}}
Observed by {{sternum_record.observer}} on {{sternum_record.date}}
Age: {{sternum_record.age}}
Weight: {{sternum_record.weight}} kg
Sex: {{sternum_record.sex}}
Present Location: {{sternum_record.present_location}}
Manubrium completeness {{sternum_record.manubrium_completeness}}
Body completeness {{sternum_record.body_completeness}}
{% if sternum_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{sternum_record.notes}}
Observed by {{tooth_record.observer}} on {{tooth_record.date}}
Age: {{tooth_record.age}}
Weight: {{tooth_record.weight}} kg
Sex: {{tooth_record.sex}}
Present Location: {{tooth_record.present_location}}
Maturity: {{tooth_record.maturity}}
{{tooth_record.buccal_notes}}
{{tooth_record.occlusal_notes}}
{{tooth_record.lingual_notes}}
{% if tooth_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{tooth_record.notes}}
Observed by {{vertebra_record.observer}} on {{vertebra_record.date}}
Age: {{vertebra_record.age}}
Weight: {{vertebra_record.weight}} kg
Sex: {{vertebra_record.sex}}
Present Location: {{vertebra_record.present_location}}
Centra Present: {{vertebra_record.centra_present}}
Neural Arches present: {{vertebra_record.neural_arches_present}}
Centrum Completeness: {{vertebra_record.centrum_completeness}}
Neural Arch Completeness: {{vertebra_record.neural_arch_completeness}}
{% if vertebra_pics|length > 0 %}Alteration Type {{taph.alteration_type}}
Modification Location {{taph.modification_location}}
{% endfor %} {% endif %}{{vertebra_record.notes}}