{{ _(item.name).format(item.args.args or [])|nl2br|safe }}
{# Adapted from @hydrooj/ui-default 4.58.5, AGPL-3.0; see NOTICE.md. #} {% set layout_name = "basic" %} {% extends "layout/html5.html" %} {% block body %} {% if UserContext %}{% include "partials/nav.html" %}{% endif %}
{% if UserContext and not handler.user._id %}{% include "partials/login_dialog.html" %}{% endif %} {% endblock %} {% block ogp %} {% endblock %}