{% extends 'base.html' %} {% load i18n static localcosmos_tags %} {% block content %}
{% trans 'Edit your account' %}
{% csrf_token %}
{% render_bootstrap_form form %}
{% if success %}
{% trans 'Successfuly saved your account.' %}
{% endif %}
{% endblock %}