{% extends "django_cad_inspector/base_head.html" %}
{% load i18n %}
{% block content %}
{% trans "Entity" %}: {{ object.title }}
{% if object.gltf_model %}
{% elif object.obj_model %}
{% if object.mtl_model %}{% endif %}
{% endif %}
{% if object.gltf_model %}
{% elif object.obj_model %}
{% endif %}
{% endblock content %}