{% extends "base.html" %} {% block title %}{{ _('3D Model Viewer') }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ _('Back to Site') }}

{{ _('3D Model Viewer') }}

{{ _('Interactive 3D visualization of archaeological context') }}

{{ _('Click to load 3D model') }}
{{ _('Model Information') }}
{% if site_name %}
{{ _('Site') }}
{{ site_name }}
{% endif %} {% if us_name %}
{{ _('Stratigraphic Unit') }}
US {{ us_name }}
{% endif %} {% if model_format %}
{{ _('Format') }}
{{ model_format|upper }}
{% endif %} {% if model_size %}
{{ _('File Size') }}
{{ (model_size / 1024 / 1024)|round(2) }} MB
{% endif %} {% if filename %}
{{ _('Filename') }}
{{ filename }}
{% endif %}
{% if description %}
{{ _('Description') }}

{{ description }}

{% endif %}
{% endblock %}