{% extends "newsbox/inc/list_item.html" %} {% load i18n cms_tags %} {% block newsbox_list_item_header %}

{{ object.newsbox_title }} {% if object.newsbox_date and object.newsbox_date != object.newsbox_publication_start_date %} {% endif %}

{% endblock %} {% block newsbox_list_item_content_extra %} {% render_placeholder object.newsbox_body as body %} {% with readmore=body %} {% if not instance.placeholder %} {{ block.super }} {% elif readmore %}
{% trans "Read more" %}
{% endif %} {% endwith %} {% endblock newsbox_list_item_content_extra %} {% block newsbox_list_item_content %} {% render_placeholder object.newsbox_body as body %} {% with summary=object.newsbox_summary|default:body %} {{ block.super }} {% endwith %} {% endblock %}