{% extends "base.html" %} {% load static %} {% block title %}Delete {{ object.name }} - {{ block.super }}{% endblock %} {% block content %}
You are about to permanently delete the external system "{{ object.name }}". This will remove all associated data and configurations.
| Name: | {{ object.name }} |
| Type: | {{ object.get_system_type_display }} |
| Vendor: | {{ object.vendor|default:"Not specified" }} |
| Status: | {% if object.is_active %}Active{% else %}Inactive{% endif %} |
| Created: | {{ object.created_at|date:"M d, Y" }} |
| Base URL: | {{ object.base_url|truncatechars:40 }} |
| Host: | {{ object.host }}{% if object.port %}:{{ object.port }}{% endif %} |
| Auth Type: | {{ object.get_authentication_type_display }} |
| Database: | {{ object.database_name }} |