{% for entity in photo_list %}
{% set tags = '' %}
{% if entity.caseStudy.tags|length > 0 %}
{% for tag in entity.caseStudy.tags %}
{% set tags = tags ~ '
[' ~ tag.tag ~ '] ' %}
{% endfor %}
{% endif %}
{% endfor %}
{{ knp_pagination_sortable(photo_list, 'Status', 'e.enabled') }} |
{{ knp_pagination_sortable(photo_list, 'Image', 'e.orig_path') }} |
{{ knp_pagination_sortable(photo_list, 'Title', 'e.title') }} |
{{ knp_pagination_sortable(photo_list, 'Date', 'e.date') }} |
|
) }}) |
{{ entity.origPath|trim }} |
{{ entity.title }} |
{{ entity.date|date("Y/m/d") }} |
|