{% extends "base.html" %} {% load staticfiles %} {% block extra_css %} {% endblock %} {% block sidebar %} {% include "sidebar.html" with active="apps" %} {% endblock %} {% block bar %}
dashboard > apps > {{ app.name }}
{% endblock %} {% block header %}

{{ app.name }}

{% if app.routers %} {% with router=app.routers|first %} {% if "https://" in router.address or "http://" in router.address %} {{ router.address }} {% elif router.address %} http://{{ router.address }} {% endif %} {% endwith %} {% endif %}
{% endblock %} {% block content %}
{% block navbar %} {% endblock %} {% block app-content %}{% endblock %}
{% endblock content %}