{% load i18n %} {% if category.is_closed %} {% if category_data.children_new_posts %}
lock
{% else %}
lock_outline
{% endif %} {% else %} {% if category_data.children_new_posts %}
chat_bubble
{% else %}
chat_bubble_outline
{% endif %} {% endif %}