{% load static i18n lotus smart_image %} {% with article_categories=article_object.get_categories %}
{% if "featured" in article_states %} {% endif %} {% if "pinned" in article_states %} {% endif %} {% if "draft" in article_states %} {% endif %} {% if "private" in article_states %} {% endif %} {% if "not-yet" in article_states %} {% endif %} {% if "passed" in article_states %} {% endif %}
{% endif %} {% endif %}