{% extends 'base.html' %} {% load static %} {% load i18n %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{% trans 'Name' %}: | {{ remote_app.name }} |
{% trans 'Asset' %}: | {{ remote_app.asset.hostname }} |
{% trans 'App type' %}: | {{ remote_app.get_type_display }} |
{% trans 'App path' %}: | {{ remote_app.path }} |
{% trans 'Date created' %}: | {{ remote_app.date_created }} |
{% trans 'Created by' %}: | {{ remote_app.created_by }} |
{% trans 'Comment' %}: | {{ remote_app.comment }} |