{% extends 'core/base.html' %} {% load i18n %} {% block content %} ← {% trans "back" %} {% include 'core/_item.html' %} {% if item.backlinks.all %}
Backlinks
{% for item in item.backlinks.all %}{% include 'core/_item.html' %}{% endfor %}
{% endif %} {% endblock %}