{% extends 'wiki/base.html' %} {% load wiki_extras %} {% load i18n %} {% block title %} {{ name }} - Backlinks - {{block.super}} {% endblock %} {% block content_header %}

{% trans "Backlinks of " %} {{ name }}

{% endblock %} {% block class_wiki_backl %}class="active"{% endblock %} {% block class_wiki_hist_atom %}class="hidden"{% endblock %} {% block class_wiki_edit %}class="hidden"{% endblock %} {% block content_main %}
{% if found_links or found_old_links %} {% if found_links %}

The following pages have link(s) which point to this article:

{% endif %} {% if found_old_links %}

The following articles have links which point to one of the old name(s) of this article (redirects):

{% endif %} {% else %}

Every Wikipage must be linked from at least one another page. Please link it face-smile.png See Wiki Syntax for help.

{% endif %}
{% endblock %}