{% extends "admin/base.html" %} {% block title %}Redirects · bragi admin{% endblock %} {% block content %}

Redirects

New redirect
{% if rows %} {% for r in rows %} {% endfor %}
Source Target Code Match Hits Last hit Active Origin
{{ r.source_path }} {{ r.target }} {{ r.status_code }} {{ r.match_type }} {{ r.hit_count }} {{ r.last_hit_at.strftime('%Y-%m-%d') if r.last_hit_at else '(none)' }} {{ 'yes' if r.active else 'no' }} {{ r.source }}
{% else %}

No redirects for this site. Create one.

{% endif %} {% endblock %}