{% extends 'base.html' %} {% block content %}

Host {{ object }} Edit Host Delete Host

Name
{% if object.alias %}{{ object.alias }}{% else %}{{ object.name }}{% endif %}
Number of Stages
{{ object.stage_set.count }}
Stages

No deployments for this host.

{% endblock content %}