{% extends "base.html" %} {% load i18n %} {% block title %} {% translate "Settings" %} {% endblock %} {% block content %}
{% with url_name=request.resolver_match.url_name %} {% endwith %}
{% block settings_content %} {% endblock %}
{% endblock %}