{% extends "root.html" %} {% block head %} Manage profile - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ icon "shield" }} {{ text "mod_panel:label.manage_profile" }}
{{ icon "settings" }} View settings {{ icon "shield-alert" }} View warnings {% if profile.permissions != 131073 -%} {% else %} {%- endif %}
{{ icon "blocks" }} {{ text "mod_panel:label.permissions_level_builder" }}
{% endblock %}