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