{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Login Credentials
Logon name {{ object.logon_name |placeholder }}
Contact {{ object.contact|linkify|placeholder }}
System {{ object.system|linkify|placeholder }}
Valid from {{ object.valid_from|placeholder }}
Valid to {{ object.valid_to|placeholder }}
Status {% badge object.get_login_credentials_status_display bg_color=object.get_login_credentials_status_color %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}