{% extends base|default:"motion/assets/body/base.html" %} {% load typepad_filters %} {% load i18n %} {% block media %}
{# select the 500-wide photo since that is a standard size made available #} {% with entry|enclosurebysize:500 as thumbnail %} {% spaceless %} {% ifequal view "permalink" %} {% if entry.source %} {% endif %} {% else %} {% endifequal %} {# This bit is necessary for IE6, who doesn't respect max-width CSS rules. #} {% if thumbnail.width|greaterthan:settings.photo_max_width %} {{ entry.title }} {% else %} {{ entry.title }} {% endif %} {% ifequal view "permalink" %} {% if entry.source %} {% endif %} {% else %} {% endifequal %} {% endspaceless %} {% ifnotequal entry.link thumbnail.href %} {# provide a link to the original resolution #}
{% trans "original" %} {% endifnotequal %} {% endwith %}
{% endblock %}