{% extends "authed.twig" %} {% block pageContent %}
{% trans "Tags" %} : {{ media.tags }}
{% trans "Type" %} : {{ media.mediaType }}
{% if media.orientation %}{% trans "Orientation" %} : {{ media.orientation }}
{% endif %}{% trans "File Size" %} : {{ media.fileSizeFormatted }}
{% trans "Go back to Library page" %}