{% extends "base.html" %} {% block content %}
{{ _("Logging") }}

{{ _("Appearance") }}
{{ _("The current theme is \"%(theme)s\".", theme=current_theme) }} {% if current_theme == "classic" %} {{ _('Switch to the %(theme)s theme', theme="modern") }} {% else %} {{ _('Switch to the %(theme)s theme', theme="classic") }} {% endif %}

{{ _("Companion Services") }}

{{ _("System Operations") }}

{% endblock content %}