{% extends "layout-right.html" %} {% macro sentence_case(text) %} {{ text[0]|upper}}{{text[1:] }} {% endmacro %} {% block header %} {% endblock header%} {% block sidebar %} {% endblock sidebar %} {% block content %} {% for report in reports %}

{{report.reason}}

{{report.body}}

Date Posted: {{report.date_posted}}

{% endfor %} {% endblock content%}