{% extends 'base.html' %} {% from "_bootstrapform.html" import render_form %} {% block body %}

Edit user

{{ render_form(form) }}
{% endblock %}