{% extends "admin/dj_urls_panel/base.html" %} {% load i18n admin_urls static %} {% block content %}
← {% trans "Back to URL List" %}
{% include "admin/dj_urls_panel/detail_card.html" %} {% include "admin/dj_urls_panel/detail_serializer_info.html" %} {% if enable_testing %} {% include "admin/dj_urls_panel/detail_testing_interface.html" %} {% else %}

{% trans "URL Testing Interface is Disabled" %}

{% trans "To enable URL testing, set" %} ENABLE_TESTING=True {% trans "in" %} DJ_URLS_PANEL_SETTINGS.

{% endif %} {% include "admin/dj_urls_panel/detail_usage_examples.html" %}
{% if enable_testing %} {% include "admin/dj_urls_panel/detail_testing_scripts.html" %} {% endif %} {% endblock %}