{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
NetBox User Credentials Plugin
Username {{ object.username }}
Virtual Machine {{ object.virtual_machine|linkify }}
Contact {{ object.contact|linkify }}
Password valid from {{ object.password_valid_from|placeholder }}
Password valid to {{ object.password_valid_to|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}