{% extends '_base_list.html' %} {% load i18n static %} {% block help_message %}
{% trans 'Before using this feature, make sure that the application loader has been uploaded to the application server and successfully published as a RemoteApp application' %} {% trans 'Download application loader' %}
{% endblock %} {% block table_search %}{% endblock %} {% block table_container %}
{% trans "Create RemoteApp" %}
{% trans 'Name' %} {% trans 'App type' %} {% trans 'Asset' %} {% trans 'Comment' %} {% trans 'Action' %}
{% endblock %} {% block content_bottom_left %}{% endblock %} {% block custom_foot_js %} {% endblock %}