{% extends 'admin-layout.html' %} {% from 'macros.html' import modal %} {% block title %}Action result{% endblock %} {% block body %} %if g.temp_admin_link {% macro temp_link() -%}
{{_('Temporary Link')}}
{%- endmacro -%}
{{_("We have opened a temporary port (for 4 hours) to access the panel in case of any issues. Please copy this link.")}} {{temp_link()}}
{{modal('save_emergency',_('Save Link'),_("Please copy the emergency link before leaving this page."),temp_link(),show=False)}} %endif % if log_path

{{_('log')}}

{{_('Click here to see the complete log')}}
% endif {% endblock %}