{% extends "subnav_base.html" %} {% load i18n %} {% block body_class %}account{% endblock %} {% block subnav %} Settings {% trans "Account" %} {% trans "Change password" %} {% trans "Delete account" %} {% comment "figure out how to detect other pinax apps and dynamically add here" %}{% endcomment %} {% trans "Notices" %} Billing {% trans "Subscriptions" %} {% trans "Payment Methods" %} {% trans "Invoices" %} {% endblock %}