{% extends "layouts/" + render_mode + ".html" %} {% macro render_form_settings_profile(routes) -%} {%- endmacro %} {% macro render_form_settings_route(rid, route) -%} {%- endmacro %} {% block content %} {% if "profiles" in result %}

{{_("Your Profiles")}}

{% endif %} {% if "routes" in result %}

{{_("Routes")}}

{% endif %} {% if "prefs" in result %}

{{_("Preferences")}}

{{_("Permit browser notifications")}}
{% endif %} {% if "sys" in result %}

{{_("Advanced Settings")}}

{% endif %} {% endblock %} {% block title %} {% if "profiles" in result %} {{_("Profiles")}} | {{_("Settings")}} {% elif "routes" in result %} {{_("Routes")}} | {{_("Settings")}} {% elif "prefs" in result %} {{_("Preferences")}} | {{_("Settings")}} {% elif "sys" in result %} {{_("Advanced")}} | {{_("Settings")}} {% else %} ??? | {{_("Settings")}} {% endif %} {% endblock %}