{% load i18n %} {% load inventree_extras %}

{% trans "URLs" %}

{% define plugin.base_url as base %}

{% blocktrans %}The Base-URL for this plugin is {{ base }}.{% endblocktrans %}

{% for key, entry in plugin.urlpatterns.reverse_dict.items %}{% if key %} {% endif %}{% endfor %}
{% trans "Name" %} {% trans "URL" %}
{{ key }} {{ entry.1 }} {% trans 'Open in new tab' %}