{% extends "layouts/content-bootstrap.html" %} {% load django_tables2 %} {% load i18n %} {% block content %}

Health History Log for devices owned by {{ user.username }}

{% render_table mydthealthhistory_table %}
{% endblock %} {% block scripts %} {% endblock %}