{{ _('Firmware Management') }}

{{ _('Manage available firmware files and distribute updates to your wallboxes.') }}

{{ _('Available firmware') }}

{{ _('Firmware files are loaded from {path}.', path='' ~ firmware_directory ~ '')|safe }}

{{ firmwares|length }} {{ _('file') if firmwares|length == 1 else _('files') }}
{% if firmwares %}
{% for f in firmwares %} {% endfor %}
{{ _('Filename') }} {{ _('Size') }} {{ _('Last modified') }} {{ _('Actions') }}
{{ f.name }} {{ f.size_human }} {{ f.modified }}
{% else %}

{{ _('No firmware files (≥100 KB) available.') }}

{% endif %}

{{ _('Upload new firmware') }}

{{ _('Provide new firmware packages for your fleet.') }}

{{ _('Only files of at least 100 KB appear in the list above.') }}

{{ _('Send firmware to a wallbox') }}

{{ _('Choose firmware, target wallbox, and delivery method.') }}