{% extends "block.html" %} {% load thumbnail inlinetrans inplace_edit %} {% block blocktitle %}{% endblock %} {% block blockbody %} {% for highlight in highlight_items %}
{% with highlight.get_absolute_url as highlight_url %}

{{ highlight }}

{% if highlight.related_content.main_image %} {% thumbnail highlight.related_content.main_image "100x100" as thumb %} {{ highlight }} {% endthumbnail %} {% endif %}

{% inplace_edit "highlight.description|safe" %}

{% endwith %}
{% endfor %} {% endblock %}