{% load static %} {% load i18n %} {% load l10n %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {% trans 'Activities from those you follow' %} {% include "common_libs.html" %} {% include "_header.html" %}
{% trans 'Activities from those you follow' %} {% if feed_type == 1 %} {% trans "All" %} | {% trans "What they read/watch/..." %} {% else %} {% trans "All" %} | {% trans "What they read/watch/..." %} {% endif %} | {% trans "Notifications" %}
{% include "_sidebar.html" with show_progress=1 identity=request.user.identity %}
{% include "_footer.html" %}