{% extends 'widgy/preview.html' %} {% load thumbnail_libs %} {% block content %} {% if self.image %} {% easy_thumbnail self.image.file "100x100" as im %} {% else %}
{% endif %} {% endblock %}