{% extends 'silent_mammoth_whistle/base.html' %} {% load whistle_helpers %} {% block title %}{{ user_id}} on {{ date_str }}{% endblock %} {% block extra_styles %} #body { max-width: 1000px; margin-left: auto; margin-right: auto; } h1 { margin: 0 } .time-fromto:hover { cursor: pointer; } {% endblock %} {% block content %}
Time delta | Request | Response | |
Browser change:
{% if whistle.useragent %}
|
|||
{% if forloop.first %} START {% else %} {% time_duration_condensed previous_whistle.datetime whistle.datetime %} {% endif %} | {% if whistle.is_client_event %}CLIENT {% endif %}{{ whistle.request|html_tabs|small_guids }} | {{ whistle.response|html_tabs|small_guids }} | |
END |