{% extends "users/base.html" %} {% block title %}My Apps{% endblock title %} {% block content %}

List of Apps

{% csrf_token %}
{% for app in apps %} {% empty %} {% endfor %}
Url Type Version Path Actions
{% if app.domain_id %} {{ app.domain_name }}/{{ app.app_path }} {% else %} N/A {% endif %} {{ app.type|title }} {{ app.version }} {{ app.display_path }} Manage Restart
{% csrf_token %}
No apps found.
{% endblock content %} {% include "users/footer.html" %}