{% extends "simpleauth/base.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "Your Profile" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% trans "Profile" %}{% endblock %} {% with user_username|capfirst as user %} {% block content_title %}
{% trans "Any settings associated with your account are presented and may be modified here." %}
{{ msg }}
{% endif %}