{% extends "authed.twig" %} {% block pageContent %}
{% if media.thumbnail %}{{ media.name }}{% endif %}
{% trans "Name" %} : {{ media.name }}

{% 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" %}
{% endblock %}