{% extends "base.html" %} {% block title %} Pathfinder Reports {% endblock %} {% block header %} Pathfinder {% endblock %} {% block description %} List Reports {% endblock %} {% block content %}
{% for report in reports %} {% endfor %}
Report Actions
{{report}} View Report
{% endblock %} {% block scripts %} {% endblock %}