{% 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 %}
{% if notifications_count %} {% else %}

{% trans "You don't have any notifications." %}

{% endif %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}