{% extends "base.html" %} {% block content %} {# attribute_labels in single quotes: tojson escapes what would end a single-quoted attribute, not a double quote. #}

{{ gettext("Profile") }}

{{ gettext("Photo") }}

{{ gettext("No photo") }}

{{ gettext("Your Data") }}

{{ gettext("The details stored for your account, as applications that use the directory (LDAP) see them.") }}

{% endblock %}