{% load i18n %}{% if user.is_authenticated %}
  • {% trans "Profile" %}
  • Account
  • {% trans "Blog" %}
  • {% trans "Notices" %}{% if notice_unseen_count %} ({{ notice_unseen_count }}){% endif %}
  • Logout
  • {% else %} {% block subnav %}{% endblock %}
  • Login
  • Sign Up
  • {% endif %}