{% extends 'settings.html' %} {% block settings %} {% load i18n %} {% load static %} {% for path in style_path %} {% endfor %} {% for path in script_static_paths %} {% endfor %} {% include "generic/components.html" %}
{% endblock settings %}