{% extends CYCLOPE_DEFAULT_TEMPLATE %} {% load i18n fb_versions crispy_forms_tags %} {% block content%}

{% block title_content%}{% trans "Edit Profile" %}{% endblock %}

{% trans "Please fill in your user profile data" %}

{% crispy form %} {% if profile.avatar %} profile avatar {% endif %}
{% endblock %}