{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% trans 'Settings: Security' as bread %} {% breadcrumb bread 'security:update' %} {% endblock %} {% block content %}
{% csrf_token %} {% for field in form %}
{{ field.help_text }} {% if field.errors %} {% endif %}
{% endfor %}


{% endblock %}