{{ object.content.date_content|date:"l d F Y" }}
{{ object.title }}
{% with url_to_share=object.get_detail_url %}
{% include 'content/includes/_share_news.html' %}
{% endwith %}
{{ object.abstract|safe }}
{% if object.content.media_photos.count > 1 %}
{% endif %}
{% for photo in object.content.get_photo_url_list %}
{% endfor %}
{% elif object.content.media_photos.count > 0 %}
{% trans 'Photo' %} {{ forloop.counter }} {% trans 'of' %} {{ object.content.media_photos.count }}
{% endif %}
{% if object.content.media_photos.count > 0 %}
{% endif %}
{{ object.body|safe }}
{% if object.content.media_tables.count > 0 %}
{% endif %}
{% include 'content/cms_apps/_content_footer.html' %}