{% extends "layout/default.html" %} {% load i18n %} {% block title %}{% translate "Edit Profile" %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Profiles" %} {% endblock %} {% block breadcumbfirst %} Manage Profiles {% endblock %} {% block breadcumbaddmore %} {% endblock %} {% block content %}

Edit Profile

{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% csrf_token %}
Cancel
{% endblock content %}