{% extends 'base.html' %} {% load bulma_tags i18n %} {% block title %}{{ current_settings | title }} Settings{% endblock %} {% block content %}

{{ current_settings | title }}

{% block settings_content %} {% endblock %}
{% endblock %}