{% extends "/shared/base_layout.html" %} {% block body %} {% block maintitle %} Toggle navigation PyShop Packages {{package_count}} {% if pyshop.user %} {% if request.has_permission('admin_view') %} Administration {% trans %}Create new account{% endtrans %} {% trans %}Manage Accounts{% endtrans %} {% endif %} {{pyshop.user.name}} My Account {% trans %}Change password{% endtrans %} Log Out {% endif %} {% endblock %}