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

All Applications

{% for app in apps %} {% else %} {% endfor %}
Name Server Ports Created
{{ app.name }} {{ app.server.hostname }} {% if app.ports %} {% for port in app.ports %} {{ port.port_number }}/{{ port.protocol }} {% endfor %} {% else %} No ports defined {% endif %} {{ app.created_at.strftime('%Y-%m-%d') }}

No applications found

Start by creating a new application.

{% endblock %}