{% load i18n feincms_thumbnail embedly filetools %}

{{ update.title }}

{% trans "Created at" %} {{ update.created }}

{% if update.image %}
{% endif %} {% if update.external %}
{{ update.external|embedly:'427x427' }}
{% endif %}
{{ update.content|safe }}
{% if update.attachment %}
{{ update.attachment|filename }}
{% endif %}