{% extends request.user.is_admin|yesno:"base.html,base-ui.html" %} {{ request.user.is_admin }} {% load widget_tweaks %} {% load static %} {% load i18n %} {% block body %}

{% trans "Update" %} {% trans "self information" %}

{% csrf_token %}
{% include 'component/image-field.html' with field=form.picture label='Picture' %}
{{ form.first_name }}
{{ form.last_name }}
{{ form.mobile_number }}
{% if form.city %}
{{ form.city }}
{% endif %}
{% endblock %} {% block script %} {% endblock %}