{% extends 'base.html' %} {% load comments %} {% load markup %} {% block title %} {% if query %} Report Generated by {{ request.user.get_full_name }} on {% now "r" %} {% else %} Report Generator {% endif %} {% endblock %} {% block content %} {% if query %}
All filters are optional, except "order by", which is required. A value of "---------" will match all.
{% else %}We're sorry, your report criteria were too narrow to yield results. Please try again.
{% endif %} {% endif %} {% endblock %}