{% load sorl_thumbnail ocyan_thumbnail %}
{% retina thumb 0.5 options=options as small %}
{% if mobile %}{# if a mobile rendition was explicitly passed to the templatetag, use that one #}
{% else %}
{% retina thumb 0.3 options=options as smallest %}
{% endif %}