{% 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{% if continue_token %} (more available){% endif %}

{% for article in articles %} {% endfor %}
{% if continue_token %}

Note: Only showing first batch of results. More articles may be available in this category.

{% endif %} {% else %}
All articles in this category have images!
{% endif %}
{% endif %}
{% endblock %}