{% extends "django_lair/base.html" %} {% block content %}

Datum detail for: {{ datum.name }}

{% include "django_lair/datum_list_table.html" with table_id="table1" %} {% include "django_lair/chart.html" with label="Metric Frequency" data=activity labels=labels %} {% endblock %}