{% extends "base.html" %}
{% block title %}
{{task.title}}
{% endblock %}
{% block content %}
{% if not old_reports %}
There are no reports submitted as of now
{% else %}
{{rep.submitted_by}} | {{rep.data}} | {{rep.attachment.name}} |