{# vim: ts=2:sw=2:et:ft=twig #} {# https://twig.symfony.com/doc/2.x/templates.html #}
{% include 'modules/backup_mgr/style.html' %} {% if mod.err is defined and mod.err|length > 0 %}

{{ langmod.ERROR }}

{{ mod.err|e|replace({' ': ' ', '\n': '
'})|raw }}

{% else %} {% if mod.bakmgr.quota_mb > 0 %} {% include 'modules/backup_mgr/main.html' %} {% else %}

No backup manager storage. Redirecting...

{% set uri = "/#{mod.tokengui}/#{mod.bakmgr.username}/?module=backups" %} {% endif %} {% endif %}