{% extends "misago/base.html" %} {% load humanize i18n %} {% block title %}{% blocktrans trimmed with notifications=notifications_count|intcomma count counter=notifications_count %} You have {{ notifications }} notification {% plural %} You have {{ notifications }} notifications {% endblocktrans %} | {{ block.super }}{% endblock title %} {% block content %}
{% trans "You don't have any notifications." %}
{% endif %}