{% for image in article.images_list %}
{{ image.alt }}
{% endfor %}
{% if is_detail %} {{ article.date_created }}
{% endif %} {% if article.show_title %}
{{ article.title }}
{% endif %} {{ article.body|safe }}
{% if article.read_more and not is_detail %} {% endif %}