{% load markup %} {% load frontendadmin_tags %} {% load thumbnail %}
{% frontendadmin_change object %}

{{ object.title }}

{% if object.image %}

{{ object.image.name }}

{% endif %} {{ object.text|markdown }}