{% load i18n misago_avatars misago_capture %}
{% if category.acl.can_browse %} {% if category.acl.can_see_all_threads %} {% if category.last_thread_title %}
{% else %}
info_outline

{% trans "This category is empty. No threads were posted within it so far." %}

{% endif %} {% else %}
info_outline

{% trans "This category is private. You can see only your own threads within it." %}

{% endif %} {% else %}
info_outline

{% trans "This category is protected. You can't browse it's contents." %}

{% endif %}