{% extends 'base.html' %} {% block head %} {% endblock %} {% block title %}Manage Redirects{% endblock %} {% block content %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if redirects %}ID | Destination Link | Custom Link | Actions |
---|---|---|---|
{{ redirect[0] }} | {{ redirect[1] }} | {% if redirect[2] %} {{ redirect[2] }} {% else %} {{ redirect[0] }} {% endif %} |
No redirects found.
{% endif %} {% endblock %}