{% extends "photos/base-wide.html" %} {% block meta_description %}{% blocktrans with d=photo.title|striptags|truncatewords:20 %}{{ d }}{% endblocktrans %}{% endblock %} {% block meta_keywords %}{% blocktrans with k=photo.meta_keywords %}{{ k }}{% endblocktrans %}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block title %}{% firstof photo.title "Untitled" %} - {% blocktrans %}All Photo Sizes{% endblocktrans %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{{ photo.title }} · {% trans "All Photo Sizes" %}

{% trans "License" %}
{{ photo.get_license.name }} by {{ photo.creator.get_full_name }}
{% trans "Download" %}
{% trans "Sizes" %}
{{ photo.get_square_size|join:" x " }}
{{ photo.get_thumbnail_size|join:" x " }}
{{ photo.get_small_size|join:" x " }}
{{ photo.get_medium_500_size|join:" x " }}
{{ photo.get_medium_640_size|join:" x " }}
{{ photo.get_large_size|join:" x " }}
{% if can_view_original %}
{{ photo.image.width }} x {{ photo.image.height }}
{% endif %}
{{ photo.title|truncatechars:123 }}
{% trans "Copy & paste HTML into your webpage" %}
{% endblock %}