{% extends "hobo/base.html" %} {% load i18n gadjo %} {% block breadcrumb %} {{ block.super }} {% trans "Security" %} {% endblock %} {% block appbar %}

{% trans 'Security' %}

{% endblock %} {% block content %}

{% trans "Settings" %}

{% csrf_token %} {{ form|with_template }}
{% endblock %}