{% extends 'admin-layout.html' %} {% from 'bootstrap4/form.html' import render_form %} {% block body %} {{super()}}
{{_("Backup")}}
{{_("You can download a json formated of configurations by clicking here", link=url_for("admin.Backup:backupfile"))}}
{{_("Restore")}}
{{_('You can restore your configs from previously downloaded configs')}} {{render_form(restore_form)}}
{% endblock %}