{% extends "base.html" %} {% block title %}Category Search - Flickr mail{% endblock %} {% block style %} {% endblock %} {% block content %}

Find articles needing images

Enter a Wikipedia category to find articles without images

Back to main
{% if error %}
{{ error }}
{% endif %} {% if category and articles is defined %}
Articles without images in {{ category_name }}
{% if articles %}

Found {{ articles | length }} article(s) without images

{% for article in articles %} {% endfor %}
{% if gcmcontinue %} {% endif %} {% else %}
All articles in this category have images!
{% endif %}
{% endif %}
{% endblock %}