{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}{{ instance.name }} - DocuPulse{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {{ header( title="Instance Details", description=instance.name + " for " + instance.company, icon="fa-server", buttons=[ { 'text': 'Back to Instances', 'url': '/instances', 'icon': 'fa-arrow-left', 'class': 'btn-secondary' } ] ) }}
{{ instance.status|title }} {% if instance.status_details %} {{ instance.status_details }} {% endif %}
{{ 'Authenticated' if instance.connection_token else 'Not Authenticated' }} {% if not instance.connection_token %} This instance needs to be authenticated {% endif %}
| Name | Phone | Company | Position | Status | Actions | |
|---|---|---|---|---|---|---|
| Loading contacts... | ||||||