{% extends "newsbox/list.html" %} {% load i18n %} {% load get_placeholder_content %} {% block newsbox_list_item_content %}
{{ news.newsbox_summary|safe }} {% get_placeholder_content news.newsbox_body as body %} {% if body %}

{% trans "Read more" %}

{% endif %} {% endget_placeholder_content %}
{% endblock %}