{% extends "modal/content.html" %} {% load converter %} {% load humanize %} {% block modal_title %}

Remote Connection {{ object.user.username }}

{{ object.name }} {% endblock %} {% block modal_body %}

{{ object.status|upper }}

Total Time:
{{ object.total_time|humanize_duration }}
Start:
{{ object.created }}
{% endblock %}