{% load django_fundamentals %}{% comment %} SETTINGS TAB RAIL ORGANISM — VERTICAL NAV DOWN THE LEFT OF EVERY SETTINGS PAGE. Two of these tabs (email addresses, change password) are allauth's own pages. They are linked rather than re-implemented, so allauth keeps owning that logic and this package keeps theming allauth through its layouts alone. Entries mirror the DJANGO_FUNDAMENTALS_SIDEBAR_NAV shape, so nav_item.html's conventions carry over. nav_url returns "" for a name that doesn't reverse, which drops the tab rather than 500ing the page. {% endcomment %}