{% extends "layout.html" %} {% block content %}

Basic Information

IP Address
{{ server.ip_address }}
Subnet
{{ server.subnet.cidr }} ({{ server.subnet.location }})
Scan Status
{{ server.last_scan or 'Not scanned yet' }}

Port Usage

Free Used

Used Ports

Documentation

{% if server.documentation %} {{ server.documentation|markdown|safe }} {% else %}

No documentation available

Add documentation to this server to keep track of important information.

{% endif %}

Applications

{% if server.apps %}
{% for app in server.apps %}

{% if app.documentation %}
{{ app.documentation|markdown|safe }}
{% else %}
No documentation available
{% endif %}
{% endfor %}
{% else %}

No applications found

This server doesn't have any applications yet.

{% endif %}
{% block extra_js %} {% endblock %} {% endblock %} {% block styles %} {% endblock %}