{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'My Profile' %} | {{ block.super }}{% endblock %} {% block section_title %} {% trans "Profile and Settings" %} {% endblock %} {% block content %}
{% trans 'You have'%} {{ profile.cr_rem }} {% trans 'credits remaining.'%}
{% spaceless %} {% url auth_password_change as password_change_url %} {% if password_change_url %} {% trans 'Want to' %} {% trans 'change your password?' %} {% endif %}
{% endspaceless %} {% with profile_form as form %} {% include "form_snippet.html" %} {% endwith %} {% endblock content %}