{% extends 'generic/_base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load tabs %} {% load i18n %} {% comment %} Blocks: - page-header: Content displayed above the primary page content - breadcrumbs: Breadcrumb list items(HTML
{% block object_identifier %}
{{ object|meta:"app_label" }}.{{ object|meta:"model_name" }}:{{ object.pk }}
{% if object.slug %}({{ object.slug }}){% endif %}
{% endblock object_identifier %}
Name | {{ object.name }} |
---|---|
IP Address | {{ object.ip_address }} |
Last update | {{ object.last_update|isodatetime }} |
Forward DNS | {% if object.forward_action is not None %} {{ object.get_forward_action_display }}: {{ object.get_forward_rcode_html_display }} {% else %} Not created {% endif %} |