{% extends "admin/base.html" %} {% set is_edit = redirect_row is not none %} {% block title %}{{ 'Edit' if is_edit else 'New' }} redirect · bragi admin{% endblock %} {% block content %}

{{ 'Edit redirect' if is_edit else 'New redirect' }}

Must start with /. The hostname is implied by the site.
Relative path or absolute URL.
410 short-circuits to a Gone response; the target field is ignored at request time.
{% if is_edit %}

Hits: {{ redirect_row.hit_count }} · Last hit: {{ redirect_row.last_hit_at.strftime('%Y-%m-%d %H:%M') if redirect_row.last_hit_at else '(none)' }} · Origin: {{ redirect_row.source }}

{% endif %}
Cancel
{% endblock %}