{% load i18n misago_avatars misago_capture %}
{% if category_data.is_protected %}
info_outline

{% trans "Protected category" context "category last reply" %}

{% elif category_data.is_private %}
info_outline

{% trans "Private category" context "category last reply" %}

{% elif last_thread %}
{% else %}
info_outline

{% trans "Empty category" context "category last reply" %}

{% endif %}