{% extends 'base.html.twig' %} {% block title %}Factory Email Attachments | {{ parent() }}{% endblock %} {% block body %} {# @var files \Knp\Component\Pager\Pagination\PaginatorInterface #}
| {{ knp_pagination_sortable(files, 'Name', 'file.name') }} | {{ knp_pagination_sortable(files, 'Date', 'file.uploadedAt') }} | {{ knp_pagination_sortable(files, 'Size', 'file.size') }} | |
|---|---|---|---|
| {{ file.name }} |
{% if file.hasThumbnail %}
|
{{ file.uploadedAt|date('m/d/Y') }} | {{ file.formattedSize }} |