Git URL: {{ app.repository }}
Platform: {{ app.platform }}
Pool: {{ app.pool }}
Tags: {{ app.tags|join:", " }}
{% extends "apps/base.html" %} {% load staticfiles %} {% block navbar %} {% include "apps/navbar.html" with active="settings" %} {% endblock %} {% block app-content %}
Git URL: {{ app.repository }}
Platform: {{ app.platform }}
Pool: {{ app.pool }}
Tags: {{ app.tags|join:", " }}
Name: {{ app.plan.name }}
Memory: {{ app.plan.memory|filesizeformat }}
Swap: {{ app.plan.swap|filesizeformat }}
▼ {{ app.envs|length }} enviroment variables
{% if app.cname or app.ip %} App url: http://{{ app.ip }} {% for cname in app.cname %} http://{{ cname }} {% endfor %} {% endif %}
Owner: {{ app.owner }}
Team owner: {{ app.teamowner }}
Teams: {{ app.teams|join:", " }}