{% image self.image width-98 as tmp_photo_small %}
{% image self.image width-320 as tmp_photo_large %}
{% else %}
{% endif %}
{{self.title}}
{% if self.introduction %}
{{self.introduction}}
{% endif %}
{% if user.is_authenticated and user.is_active or request.is_preview or self.allow_anonymous_submissions %}
{% include "forms/form_modules/form.html" %}
{% else %}