{% endblock %}
{% block content %}
{% if "dev" in plugin_version %}
{% trans "Development Build" %}
—
{% trans "You are running a development version of NetBox Orchestrator" %}
({{ plugin_version }}).
{% trans "This build is unstable and may break your configuration or cause data loss. Do not use in production." %}
{% endif %}
{% trans "NetBox Orchestrator" %}
—
{% trans "Version" %} {{ plugin_version }}
{% trans "Requires NetBox" %} ≥{{ plugin_min_netbox }}