Edit Subnet

Applications in this Subnet

{% for app in subnet.applications %}
{{ app.name }} {% if app.server %} on {{ app.server.hostname }} ({{ app.server.ip_address }}) {% endif %} View
{% if app.documentation %}
{{ app.documentation|markdown|safe }}
{% else %}
No documentation available for this application.
{% endif %}
{% else %}
No applications found in this subnet.
{% endfor %}