{% extends "wlprofile/base.html" %} {% load i18n %} {% block content %}

{% trans "Profile editing" %}

You might want to have a look at the documentation for Time display here.

{% if profile.avatar %} {% endif %}
{% trans "Profile editing" %} {{ profile_form.as_p }}

{% endblock %}