{% extends 'generic/object.html' %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "View" %} | {{ object.view|linkify }} |
|---|---|
| {% trans "SOA Serial" %} | {{ object.soa_serial }} |
| {% trans "Refresh" %} | {{ object.soa_refresh }} |
| {% trans "Retry" %} | {{ object.soa_retry }} |
| {% trans "Expire" %} | {{ object.soa_expire }} |
| {% trans "Minimum" %} | {{ object.soa_minimum }} |