{% extends 'silent_mammoth_whistle/base.html' %} {% load whistle_helpers %} {% block title %}{{ user_id}} on {{ date_str }}{% endblock %} {% block extra_styles %} h1 { margin: 0 } .timestamp { display:none; } {% 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 %} | {{ whistle.request|html_tabs|small_guids }} | {{ whistle.response|html_tabs|small_guids }} |
END |