{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block extra_content %}
{% trans "Domain" %} | {% trans "Last update" %} | {% trans "Result" %} | {% trans "IP Address" %} |
---|---|---|---|
{{ domain.domain }} | {{ domain.timestamp|timesince }} | {% if domain.result %} {% trans "Success" %} {% else %} {% trans "Failed" %} {% endif %} {% if domain.error_message %} ({{ domain.error_message }}) {% elif domain.error_code %} ({{ domain.error_code }}) {% endif %} | {{ domain.ip_address|default_if_none:'-' }} |