{% extends "dashboard/base.html" %}
{% load i18n %}
{% comment %}
This Template is responsible for rendering the EditBasicProfile and collect the
basic information about user and change the exists data.
{% endcomment %}
{% block content %}
{% trans "Edit Profile" %}
{{ form.media }}
{% endblock content %}