{% extends "ToDo/base.html" %} {% block content %} {% load static %} {% load filename %} {% load tz %}
Your important files are here


{% if attachments %}
{% for attachment in attachments %} {% endfor %}
File ToDo Uploaded on View/Download Delete
{{ attachment.content|getfilename }} {{ attachment.parent_task }} {{ attachment.uploaded_on|timezone:request.user.profile.timezone|date:"F d"}} Click me
{% endif %} {% endblock content %}