{% extends "wiki/base.html" %} {% from "wiki/includes/sidebar_modules.html" import document_tools with context %} {% set meta = (('robots', 'noindex'),) %} {% set title = _('What Links Here | {document}')|fe(document=document.title) %} {% set crumbs = [(document.get_absolute_url(), document.title), (None, _('What Links Here'))] %} {% set meta = [('robots', 'noindex, nofollow')] %} {% set ga_content_group = "kb-cms" %} {% macro relations_list(name, title) %} {% if relations[name] %}

{{ title }}

{% endif %} {% endmacro %} {% block content %} {% endblock %} {% block side_top %} {{ document_tools(document, document.parent, user, 'links_here', settings) }} {% endblock %}