{% extends 'base.html' %} {% load static %} {% load i18n %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{% trans 'Asset list of ' %} {{ asset_group.name }}
{# {% for asset in assets %}#} {# #} {# #} {# #} {# #} {# {% if asset.is_active %}#} {# #} {# {% else %}#} {# #} {# {% endif %}#} {# #} {# #} {# {% endfor %}#}
{% trans 'Hostname' %} {% trans 'IP' %} {% trans 'Port' %} {% trans 'Type' %} {% trans 'Alive' %} {% trans 'Action' %}
{{ asset.hostname }}{{ asset.ip }}{{ asset.port }}#} {# {% trans "Delete" %}#} {# {% trans "Update" %}#} {#
{% trans 'Add asset to this group' %}
{% trans 'Associate system user' %}
{% for system_user in system_users %} {% endfor %}
{{ system_user.name }}
{% endblock %} {% block custom_foot_js %} {% endblock %}