{% if stats and (pages or most_wanted) %}

To keep your wiki clean, please review the broken WikiLinks found below. {{stats.pages}} page{{stats.pages|pluralize("s")}} were checked in {{stats.duration}}.

{% if pages %}

Pages with broken links

{% for pagename, broken_links in pages.items() %} {% endfor %}
Page Broken links Quantity
{{pagename}}  {% for link in broken_links %} {{link}}{% if not loop.last %}, {% endif %} {% endfor %} {{broken_links|length}}
{% endif %} {% if most_wanted %}

Most wanted pages

{% for item in most_wanted %} {% endfor %}
Page Found in Occurrences
{{item.page}}  {% for page in item.found_in %} {{page}}{% if not loop.last %}, {% endif %} {% endfor %} {{item.occurrences}}
{% endif %} {% else %} {% if stats %}

No broken WikiLinks found. Checked {{stats.pages}} page{{stats.pages|pluralize("s")}} in {{stats.duration}}.

{% else %}

To find pages with broken WikiLinks, start an analysis.

{% endif %}
{% endif %}