{% load common_tags %} {% load static %} Command Report

Command Report

total: {{ total_count }}

date: {{ now | ts_to_date }}

{% for command in queryset %}

[{{ command.user}} {{ command.system_user }}@{{ command.asset }} {{ command.timestamp | ts_to_date }}] {{ forloop.counter }}

$ {{ command.input }}

{{ command.output }}
{% endfor %}