{% extends "impala/base_shared.html" %} {% from 'includes/forms.html' import pretty_field, required %} {% from 'devhub/includes/macros.html' import some_html_tip %} {% block title %}{{ page_title(_('Account Settings')) }}{% endblock %} {% block extrahead %} {% endblock %} {% block content %} {% with webapp=webapp %} {% include 'users/includes/navigation.html' %} {% endwith %}