{% extends "admin/base.html" %} {% from "macros/forms.html" import render_form %} {% block headpagetitle %}Dane użytkownika {{ object.name }}{% endblock %} {% block content %}

Dane użytkownika {{ object.name }}

{{ render_form(form, action=request.path) }} {% endblock %}