{% import 'macros.jinja' as macros %}
v{{ request.cur_version }}
{% if request.ota.already_updating() %} {{ macros.tooltipHelp('Update in progress (' + request.ota.update_progress + ')', '
Loading...
') }} {% elif request.ota.has_update %} {{ macros.tooltipHelp('An update is available. (Click to update)', macros.faDownload('text-white')) }} {% endif %} {% if request.ota.last_update_error %} {{ macros.tooltipHelp('Update failed: ' + request.ota.last_update_error, macros.faExclamationTriangle('text-white')) }} {% endif %}