{% extends "burialsite/base.html" %} {% block nav %} {% if user.is_authenticated %} {% endif %} {% endblock %} {% block login %} {% if user.is_authenticated %} {% else %}
{{ login_form }} {% csrf_token %}
{% endif %} {% endblock %} {% block content %} {% if user.is_authenticated %}

Bone records for skeleton {{skeleton_id}}

Burial Site: {{burial_site.name}}

Feature: {{feature.name}}

Bones

{% for cranial_record in cranial_records%}

[{{cranial_record.bone_side}}] {{cranial_record.bone_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 %}

Images

{%for pic in cranial_pics %}

{% endfor %} {% endif %} {% if cranial_taphs|length > 0 %}

Taphonomy

{%for taph in cranial_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{cranial_record.notes}}

{% endfor %} {% for foot_record in foot_records%}

[{{foot_record.bone_side}}] {{foot_record.bone_name}}

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 %}

Images

{%for pic in foot_pics %}

{% endfor %} {% endif %} {% if foot_taphs|length > 0 %}

Taphonomy

{%for taph in foot_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{foot_record.notes}}

{% endfor %} {% for fragment_record in fragment_records%}

[{{fragment_record.bone_side}}] {{fragment_record.bone_name}}

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 %}

Images

{%for pic in fragment_pics %}

{% endfor %} {% endif %} {% if fragment_taphs|length > 0 %}

Taphonomy

{%for taph in fragment_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{fragment_record.notes}}

{% endfor %} {% for hand_record in hand_records%}

[{{hand_record.bone_side}}] {{hand_record.bone_name}}

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 %}

Images

{%for pic in hand_pics %}

{% endfor %} {% endif %} {% if hand_taphs|length > 0 %}

Taphonomy

{%for taph in hand_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{hand_record.notes}}

{% endfor %} {% for longbone_record in longbone_records%}

[{{longbone_record.bone_side}}] {{longbone_record.bone_name}}

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 %}

Images

{%for pic in longbone_pics %}

{% endfor %} {% endif %} {% if longbone_taphs|length > 0 %}

Taphonomy

{%for taph in longbone_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{longbone_record.notes}}

{% endfor %} {% for postcranial_record in postcranial_records%}

[{{postcranial_record.bone_side}}] {{postcranial_record.bone_name}}

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 %}

Images

{%for pic in postcranial_pics %}

{% endfor %} {% endif %} {% if postcranial_taphs|length > 0 %}

Taphonomy

{%for taph in postcranial_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{postcranial_record.notes}}

{% endfor %} {% for rib_record in rib_records%}

[{{rib_record.bone_side}}] {{rib_record.bone_name}}

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 %}

Images

{%for pic in rib_pics %}

{% endfor %} {% endif %} {% if rib_taphs|length > 0 %}

Taphonomy

{%for taph in rib_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{rib_record.notes}}

{% endfor %} {% for sternum_record in sternum_records%}

[{{sternum_record.bone_side}}] {{sternum_record.bone_name}}

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 %}

Images

{%for pic in sternum_pics %}

{% endfor %} {% endif %} {% if sternum_taphs|length > 0 %}

Taphonomy

{%for taph in sternum_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{sternum_record.notes}}

{% endfor %} {% for tooth_record in tooth_records%}

[{{tooth_record.bone_side}}] {{tooth_record.bone_name}}

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}}

Buccal Notes

{{tooth_record.buccal_notes}}

Occlusal Notes

{{tooth_record.occlusal_notes}}

Lingual Notes

{{tooth_record.lingual_notes}}

{% if tooth_pics|length > 0 %}

Images

{%for pic in tooth_pics %}

{% endfor %} {% endif %} {% if tooth_taphs|length > 0 %}

Taphonomy

{%for taph in tooth_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{tooth_record.notes}}

{% endfor %} {% for vertebra_record in vertebra_records%}

[{{vertebra_record.bone_side}}] {{vertebra_record.bone_name}}

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 %}

Images

{%for pic in vertebra_pics %}

{% endfor %} {% endif %} {% if vertebra_taphs|length > 0 %}

Taphonomy

{%for taph in vertebra_taphs %}

Alteration Type {{taph.alteration_type}}

Modification Location {{taph.modification_location}}

{% endfor %} {% endif %}

Notes

{{vertebra_record.notes}}

{% endfor %} {% endif %} {% endblock %}