{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Confirm Import Override" %}{% endblock %} {% block content %}
| {% trans "Name" %} | {{ existing.name }} |
|---|---|
| {% trans "Domain" %} | {{ existing.domain|default:"—" }} |
| {% trans "IP Address" %} | {% if existing.ip_address %}{{ existing.ip_address.address }}{% else %}—{% endif %} |
| {% trans "Port" %} | {{ existing.port }} |