{% load i18n lotus smart_image %}{% spaceless %} {% if article_object.cover %} {% media_thumb article_object.cover "300x200" crop="center" as cover_thumb %} {% endif %}

{{ article_object.publish_datetime }}

{{ article_object.title }}

{{ article_object.introduction|safe }}
{% for category in article_object.get_categories %} {{ category.title }} {% endfor %}
{% if user.is_authenticated and user.is_staff %} {% article_state_list article as article_states %} {% if "featured" in article_states or "pinned" in article_states or "draft" in article_states or "private" in article_states or "passed" in article_states or "not-yet" in article_states %}

{% 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 %}
{% endspaceless %}