{% extends "base.html" %} {% load i18n %} {% load static %} {% load paginator %} {% block title %}{% trans "Apps" %}{% endblock %} {% block content %}

Apps



Import Apps

{% csrf_token %}
{% if webapp_list %} {% for app in webapp_list %} {% endfor %}
# ID status name Options data description source repository data Options
{{app.id}} {{app.status}} {{app.name}} View {{app.data}} {{app.description}} {{app.source}} {{app.repository}} {{app.data}} Update
Total:{{n_apps}} {% else %} You still have no apps created.
Please create your apps into the system! {% endif %} {% endblock %} {% block extra_js %} {% endblock %}