{% include 'overall_header.html' %}
{{ lang('STORAGE_TITLE_EXPLAIN') }}
{L_STORAGE_NAME} | {L_STORAGE_NUM_FILES} | {L_STORAGE_SIZE} | {L_STORAGE_FREE} | |
---|---|---|---|---|
{{ lang('STORAGE_' ~ storage.get_name | upper ~ '_TITLE') }} | {{ storage.get_num_files }} | {{ storage.get_size | format_bytes }} | {% if storage.free_space !== false %}{{ storage.free_space | format_bytes }} | {% else %}{L_STORAGE_UNKNOWN} | {% endif %}