{% extends "layout.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Optional URL for accessing the application
{% if edit_mode and app.ports %} {% for port in app.ports %} {% endfor %} {% else %} {% endif %}
Port Number Protocol Description
{% endblock %}