{% load duration %} {% load static %} {% load i18n %} {% visible_categories as cats %} {% trans 'Everything' %} {% if 'book' in cats %} {% trans 'Book' %} {% endif %} {% if 'movie' in cats or 'tv' in cats %} {% trans 'Movie & TV' %} {% endif %} {% if 'podcast' in cats %} {% trans 'Podcast' %} {% endif %} {% if 'music' in cats %} {% trans 'Music' %} {% endif %} {% if 'game' in cats %} {% trans 'Game' %} {% endif %} {% if 'performance' in cats %} {% trans 'Performance' %} {% endif %} {% trans 'Explore' %} {% trans 'Feed' %} {% trans 'Home' %} {% if request.user.is_authenticated %} {% trans 'Notification' %} {% trans 'Data' %} {% trans 'Preferences' %} {% trans 'Account' %} {% trans 'Logout' %} {% if request.user.is_superuser %} {% trans 'Database' %} {% trans 'Manage' %} {% endif %} {% else %} {% trans 'Sign up or Login' %} {% endif %} {% if request.user.is_authenticated and not request.user.mastodon_username and not request.user.username %}