{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ task.title }} - PX360{% endblock %} {% block content %}
{{ project.name }}
{{ task.description|default:"-" }}
{% trans "Only project contributors can upload attachments." %}
{% endif %}{{ att.uploaded_by.get_full_name|default:"-" }} · {{ att.created_at|date:"M d, Y h:i A" }} {% if att.file_size %} · {{ att.file_size|filesizeformat }}{% endif %} {% if att.description %} · {{ att.description }}{% endif %}
{% trans "No attachments yet" %}