{% set breadcrumbs %}
  • navigate_next
  • Settings
  • navigate_next
  • {% if request.path == url_for('settings.change_password') %}
  • Change password
  • {% elif request.path == url_for('settings.edit_general_settings') %}
  • Edit general settings
  • {% elif request.path == url_for('settings.edit_notification_settings') %}
  • Edit notification settings
  • {% endif %} {% endset %}