{% extends 'base.html' %} {% load common_tags %} {% load static %} {% load i18n %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{% trans 'Assets of ' %} {{ system_user.name }} {{ paginator.count }}
{% trans 'Hostname' %} {% trans 'IP' %} {% trans 'Port' %} {% trans 'Reachable' %} {% trans 'Action' %}
{% trans 'Quick update' %}
{% if system_user.auto_push %} {% endif %}
{% trans 'Test assets connective' %}:
{% trans 'Push system user now' %}:
{% trans 'Nodes' %}
{% for node in system_user.nodes.all|sort %} {% endfor %}
{{ node }}
{% include 'assets/_asset_user_auth_modal.html' %} {% endblock %} {% block custom_foot_js %} {% endblock %}