{% extends 'base.html' %} {% block title %} {{task.title}} {% endblock %} {% block content %} {% if not old_reports %} There are no reports submitted as of now
{% else %} {% for rep in old_reports %} {% endfor %}
{{rep.submitted_by}} {{rep.data}} {{rep.attachment.name}}
{% endif %} {% if is_working %} Submit report
{% endif %} {% endblock %}