{% load ocyan_thumbnail %}
{% if self.header %}

{{ self.header }}

{% endif %}
{% for slide in self.logos %}
{% picture slide.file "800x800" %}
{% endfor %}