mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-28 04:12:10 +01:00
5 lines
117 B
HTML
5 lines
117 B
HTML
{% extends 'generic/object.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}{% trans "Token" %} {{ object }}{% endblock %}
|