{% load i18n %} {% if roles.stock.change %}
{% endif %}| {% trans "File" %} | {% trans "Comment" %} | {% trans "Uploaded" %} | |
|---|---|---|---|
| {{ attachment.basename }} | {{ attachment.comment }} | {% if attachment.upload_date %}{{ attachment.upload_date }}{% endif %} {% if attachment.user %}{{ attachment.user.username }}{% endif %} |
|