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

User detail for: {{ user.id }}

User was created on {{ user.created }}

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