{% load static i18n %} {% block content %} {% if position = "right" %}

{{ object.header }}

{{ object.short_content|safe }}

{% trans "More" %}...
{% else %}

{{ object.header }}

{{ object.short_content|safe }}

{% trans "More" %}...
{% endif %} {% endblock %}