{% include "../../header.html" %} {% include "../../navigation.html" %}

Attachment

{% for attachment in attachments %} {% endfor %}
Id Poster Name Real address of document Created time Status Action
{{ attachment.id }} {% if attachment.user.nickname %}{{ attachment.user.nickname }}{% endif %} {% if attachment.original_name %}{{ attachment.original_name }}{% endif %} {% if attachment.filename %}{{ attachment.filename }}{% endif %} {% if attachment.created %}{{ date('Y-m-d H:i:s', attachment.created) }}{% endif %} {% if attachment.status == 1 %}passed{% elif attachment.status ==2 %}fail{% endif %}
{% include "../../paginate.html" %}
{% include "../../footer.html" %}