{% extends "core_components/site_base.html" %} {% block tabtitle %}Simmate{% endblock %} {% block banner %} {% include "core_components/header.html" %} {% endblock %} {% block breadcrumbs %}
{# djlint:off #}

Entry details (see also: JSON)

{# djlint:on #}
{% endblock %} {% block body %} {% include "core_components/table_entry_header.html" %} {# Build views for the table entry's data #} {% block entrycontent %} {% include "core_components/table_entry.html" %} {% endblock %} {% endblock %}