{% 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',_('This action is not yet finished.'),_("Please copy the emergency link before leaving this page."),temp_link(),show=False)}} {% endif %} #} {% if log_file and log_file != "status.log" and log_file != "restart.log"%}
{{_("Please wait ")}}
{% endif %} {% if log_file_url %}

{{_('log')}}

>
{{_('Click here to see the complete log')}}
{% endif %} {% endblock %} {% block tail_js %} {{super()}} {% if log_file_url %} {% endif %} {% endblock %}