{% extends "core_components/site_base.html" %} {% block tabtitle %}Simmate{% endblock %} {% block banner %} {% include "core_components/header.html" %} {% endblock %} {% block body %} {# Bread crumbs and page title #}

Entry details (see also: API & JSON)

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