{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

User information

{% include 'flash_messages.html' %} {% if message %}

{{ message }}

{% endif %} {% from 'macros.html' import render_form %} {{ render_form(form, action_url=url_for('.profile'), method='POST', btn_class='btn btn-primary', disabled= error, action_text=_('update')) }} {% endblock %}