{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load duration %} {% load thumb %}
“{{ request.GET.q }}”
{% visible_categories as cats %} {% if request.GET.c and request.GET.c != 'all' %} {% trans "all" %} {% else %} {% trans "all" %} {% endif %} {% if 'book' in cats %} | {% if request.GET.c != 'book' %} {% trans "books" %} {% else %} {% trans "books" %} {% endif %} {% endif %} {% if 'movie' in cats or 'tv' in cats %} | {% if request.GET.c != 'movietv' %} {% trans "movie & tv" %} {% else %} {% trans "movie & tv" %} {% endif %} {% endif %} {% if 'podcast' in cats %} | {% if request.GET.c != 'podcast' %} {% trans "podcasts" %} {% else %} {% trans "podcasts" %} {% endif %} {% endif %} {% if 'music' in cats %} | {% if request.GET.c != 'music' %} {% trans "music" %} {% else %} {% trans "music" %} {% endif %} {% endif %} {% if 'game' in cats %} | {% if request.GET.c != 'game' %} {% trans "games" %} {% else %} {% trans "games" %} {% endif %} {% endif %} {% if 'performance' in cats %} | {% if request.GET.c != 'performance' %} {% trans "performances" %} {% else %} {% trans "performances" %} {% endif %} {% endif %} {% if user.is_authenticated %} | {% if request.GET.c != 'journal' %} {% trans "your journal" %} {% else %} {% trans "your journal" %} {% endif %} | {% if request.GET.c != 'timeline' %} {% trans "your timeline" %} {% else %} {% trans "your timeline" %} {% endif %} {% endif %}