{% extends "wlprofile/base.html" %} {% load i18n %} {% block content %} {% ifequal user profile.user %} {% include "messages/inlines/navigation.html" %} {% endifequal %}

{% trans "Profile editing" %}

{% if profile.avatar %} {% endif %}
{# FIXME: change the right color #} {% if profile_form.errors %} {% endif %} {% for field in profile_form %} {% if field.errors %} {% endif %} {% endfor %}
{{ profile_form.errors }}
{{ field.errors }}
{{ field.label_tag }}: {{ field }} {% ifequal field.name "time_display" %} Documented here {% endifequal %}
{% endblock %}