{% extends 'base.html' %} {% load static %} {% load i18n %} {% load common_tags %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{{ object.id }}
{% trans 'User' %}: {{ object.user }}
{% trans 'Asset' %}: {{ object.asset }}
{% trans 'System user' %}: {{ object.system_user }}
{% trans 'Protocol' %}: {{ object.protocol }}
{% trans 'Login from' %}: {{ object.login_from_display }}
{% trans 'Remote addr' %}: {{ object.remote_addr }}
{% trans 'Date start' %}: {{ object.date_start }}
{% trans 'Date end' %}: {{ object.date_end }}
{% trans 'Quick modify' %}
{% if object.is_finished %} {% else %} {% endif %}
{% trans 'Replay session' %}:
{% trans 'Download replay' %}:
{% trans 'Terminate session' %}:
{% endblock %} {% block custom_foot_js %} {% endblock %}