{% extends "seeddb/base.html" %} {% load crispy_forms_tags %} {% block content %}

Back to list

{% if object %}

Editing service {{ handler }} on {{ netbox }}

{% else %}

Add new service checker for {{ handler }} on {{ netbox }}

{% endif %}
Attributes {% crispy service_form %} {% if property_form.fields %} {% crispy property_form %} {% else %}
There are no attributes for this service. You just need to save the service.
{% endif %}
{% if delete_url and object %}
{% endif %}
{% endblock %}