{{ "history_title"|trans }} {{ videos|length }}
| {{ "col_name"|trans }} | {{ "col_date"|trans }} | {{ "col_size"|trans }} | {{ "col_actions"|trans }} |
|---|---|---|---|
|
{{ video.getName()|e }}
{{ video.getName()|split('.')|last }}
|
{{ video.getDateAdd()|date("d/m/Y") }} {{ video.getDateAdd()|date("H:i") }} | {% set sizeMb = video.getSizeFile() %} {% if sizeMb >= 1024 %} {{ (sizeMb / 1024)|round(2) }} GB {% else %} {{ sizeMb }} MB {% endif %} |
{{ "pagination_showing"|trans({
'%count%': videos|length,
'%total%': videos|length
}) }}
{% else %}
{{ "history_empty_title"|trans }}
{{ "history_empty_subtitle"|trans }}