{% load i18n thumbnail %} {% if figure %} {% if link %}{% endif %} {% if instance.image_url %} {% if instance.alt %}{{ instance.alt }}{% endif %} {% else %} {% thumbnail instance.image size crop upscale subject_location=opts.subject_location as thumbnail %} {% if instance.alt %}{{ instance.alt }}{% endif %} {% endif %} {% if link %}{% endif %}

{% if link %}{{ instance.title }}{% else %}{{ instance.title }}{% endif %}

{% if instance.description %}{{ instance.description }}{% endif %}{% if link %} {% trans "See More" %}{% endif %}

{% elif slide %} {% if instance.image or instance.image_url %} {% if link %}{% endif %} {% if instance.image_url %} {% if instance.alt %}{{ instance.alt }}{% endif %} {% else %} {% thumbnail instance.image size crop upscale subject_location=opts.subject_location as thumbnail %} {% if instance.alt %}{{ instance.alt }}{% endif %} {% endif %} {% if link %}{% endif %} {% endif %}

{% if link %}{{ instance.title }}{% else %}{{ instance.title }}{% endif %}

{{ instance.description|safe }} {% if link %}{% trans "Read More" %}{% endif %}
{% elif article %}

{% if link %}{{ instance.title }}{% else %}{{ instance.title }}{% endif %}

{{ instance.description|safe }} {% if link %}{% trans "Read More" %}{% endif %}
{% else %}

{{ instance.title }}

{% if instance.image or instance.image_url %} {% if link %}{% endif %} {% if instance.image_url %} {% if instance.alt %}{{ instance.alt }}{% endif %} {% else %} {% thumbnail instance.image size crop upscale subject_location=opts.subject_location as thumbnail %} {% if instance.alt %}{{ instance.alt }}{% endif %} {% endif %} {% if link %}{% endif %} {% endif %} {% if instance.description %}

{{ instance.description|safe }}

{% endif %} {% if link %}{% trans "more" %} »{% endif %} {% endif %}