{% extends "base.html" %} {% block title %}Flickr mail{% endblock %} {% block content %}

Flickr mail

Find articles by category
{% 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 %}

{{ upload.title }}

{% if upload.creator_profile_url %} {{ upload.creator }} {% else %} {{ upload.creator }} {% endif %}

{% if upload.wikipedia_url %}

{{ upload.wiki_link_label }}

{% endif %}
{% endfor %}
{% endif %} {% if name and search_result is defined and search_result.photos %} {% if cat %}

← Back to category

{% endif %}

Wikipedia article: {{ name }}

Select a photo to compose a message ({{ search_result.total_photos | default(0) }} results):

{% for photo in search_result.photos %}
{{ photo.title }}

{{ 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 }}

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 %}
Written by Edward Betts. Source code and bug reports: https://git.4angle.com/edward/flickr-mail
{% endblock %} {% block scripts %} {% if subject and lines %} {% endif %} {% endblock %}