{% extends "layout.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Choose a unique name for this application
Select the server where this application runs
{% if app and app.ports %} {% for port in app.ports %} {% endfor %} {% endif %}
Port Protocol Description
Configure the network ports used by this application
Use Markdown syntax to format your documentation. The content will be rendered when viewing the application.
{% endblock %} {% block extra_js %} {% endblock %}