Flickr mail
{% if recent_uploads is defined and recent_uploads and not name %}
Recent uploads to Wikimedia Commons
{{ total_uploads }} photos obtained via Flickr mail requests
{% for upload in recent_uploads %}
{% endfor %}
{% endif %}
{% if name and search_result is defined and search_result.photos %}
{% if cat %}
← Back to category
{% endif %}
Wikipedia article: {{ name }}
{% if wikipedia_extract %}
{{ wikipedia_extract }}
{% endif %}
Select a photo to compose a message ({{ search_result.total_photos | default(0) }} results):
{% for photo in search_result.photos %}
{{ photo.realname or photo.username }}
{{ photo.license_name }}
{% endfor %}
{% if search_result.total_pages > 1 %}
{% endif %}
View full search on Flickr
{% elif name and not flickr_url %}
{% if cat %}
← Back to category
{% endif %}
Wikipedia article: {{ name }}
{% if wikipedia_extract %}
{{ wikipedia_extract }}
{% endif %}
No photos found. Try a different search term.
Search on Flickr directly
{% endif %}
{% if flickr_url %}
{% if img_url %}
{% else %}
{% endif %}
{% if flickr_user %}
User: {{ flickr_user }}
{% endif %}
{% if previous_messages %}
Previously contacted: You have sent {{ previous_messages | length }} message(s) to this user.
{% endif %}
{% if is_free_license %}
Ready to upload! This photo is licensed under {{ license_name }} and can be used on Wikipedia.
Upload to Wikimedia Commons
After uploading, you can add the image to the Wikipedia article for {{ name }}.
{% else %}
Send message on Flickr
{% if license_name %}
Current license: {{ license_name }}
{% endif %}
Subject: {{ subject }}
Message
{% for p in lines %}
{{ p }}
{% endfor %}
{% endif %}
← Back to search results
{% endif %}
{% endblock %}
{% block scripts %}
{% if subject and lines %}
{% endif %}
{% endblock %}