{% set visible_tags = image.tags | rejectattr('kind', 'in', ['archive', 'source']) | list %}
{% if visible_tags %}
{% endif %}
{% if image.filename.lower().endswith(('.mp4', '.mov')) %}
{% endif %}
{{ image.taken_at or image.imported_at | datetimeformat }}