{% extends "base.html" %} {% block title %}{{ texts["title_admin_settings"] }}{% endblock %} {% block content %} {{ texts["settings_heading"] }} {{ texts["button_back_to_dashboard"] }} {{ texts["selection_strategy_label"] }} {% for strategy in strategies %} {{ strategy_labels[strategy.value] }} {% endfor %} {{ texts["new_admin_password_label"] }} {{ texts["password_hint"] }} {{ texts["button_save_changes"] }} {% endblock %}