{% load static %} {% load i18n %} {% load l10n %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {% trans 'Notification' %} {% include "common_libs.html" %} {% include "_header.html" %}
{% trans 'Activities from those you follow' %} | {% trans 'Notification' %} {% trans 'all' %} | {% trans 'mention' %} | {% trans 'follow' %}
{% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
{% include "_footer.html" %}