{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% load form_helpers %} {% block title %}{% trans "Deploy Template" %}: {{ object }}{% endblock %} {% block content %}
{% trans "Select devices to deploy this template to. A new application will be created for each host using the name format:" %}
{{ object.name_format }}
| {% trans "Status" %} | {{ object.get_default_status_display }} |
|---|---|
| {% trans "Criticality" %} | {{ object.get_default_criticality_display }} |
| {% trans "Environment" %} | {{ object.get_default_environment_display }} |
| {% trans "Role" %} | {{ object.get_default_role_display }} |
| {% trans "Port" %} | {{ object.default_port }} |
| {% trans "Protocol" %} | {{ object.default_protocol }} |