{% load redirect_tags %}
{% trans "From App:" %} {{ redirect.from_app|capfirst }}
{% else %}{% trans "From URL:" %} {{ redirect.from_url }}{% if redirect.uses_regex %} {% trans "(Uses Regular Expression)" %}{% endif %}
{% endif %}{% trans "To URL:" %} {{ redirect.to_url }}
{% trans "HTTP Status:" %} {{ redirect.http_status }} {% if redirect.http_status == 302 %} - {% trans "Temporary Redirect" %} {% else %} - {% trans "Permanent Redirect" %} {% endif %}