{% extends "base.html" %} {% load url from future %} {% block title %}Invalid uReports list{% endblock %} {% block content %} {% for report in reports.object_list %} {% endfor %}
Date Error Reporter uReport
{{ report.date|date:"Y-m-d" }} {{ report.errormsg }} {% if report.reporter %}{{ report.reporter }}{% endif %} Show
{% with reports as paginated %} {% include "paginator.html" %} {% endwith %} {% endblock %}