{% extends "paxalia/base.html" %} {% load static i18n %} {% block page_title %}{% trans "Broken Links" %}{% endblock %} {% block page_subtitle %}{% trans "404s and the referrers pointing at them" %}{% endblock %} {% block extra_css %} {% endblock %} {% block filter_bar %} {% include 'paxalia/includes/filter_bar.html' %} {% endblock %} {% block dashboard_content %}
| {% trans "Path" %} | {% trans "Hits" %} | {% trans "Last seen" %} |
|---|---|---|
{{ row.path }} |
{{ row.count }} | {{ row.last_seen|date:"Y-m-d H:i" }} |
{% trans "A referrer here means something (an internal link, an external site) is pointing at a page that no longer resolves — usually more worth fixing than a 404 with no referrer, which is often just a scanner probing random paths." %}
{% if top_referrers %}| {% trans "Referrer" %} | {% trans "Count" %} |
|---|---|
| {{ row.referrer }} | {{ row.count }} |