{% extends "admin/base_reports.html" %} {% load reports_tags %} {% block content %}

Tracking administration

Available Reports

{% if bookmarks %}

Bookmarked Reports

{% endif %} {% if daily_reports %}

Daily Reports

{% endif %} {% if weekly_reports %}

Weekly Reports

{% endif %} {% show_notice_list %}
{% endblock %}