{% load get_image_by_size %} {% load get_image_width %} {% with image=object.featured_image %}
{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}
{% if image.caption %}{{image.caption|safe}}{% endif %}{% if image.photo_credit_source %}{%if image.caption %} | {%endif%}image: {% if image.photo_credit_url %}{%endif%}{%endif%}

{{object.get_full_name}}

{% if object.secondary_offer_url %} {% endif %}
{% endwith %}