{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block extra_assets %} {% endblock %} {% block content %}

Ident: {{ident}} Coords: {{coords}} Network: {{network}}
{{bcode.description}} {{bcode.userunit}}
{{trangetxt}}
{{leveltxt}}
{{datefrom}} - {{dateuntil}} GMT

{% if more %}

{% if switchdsn %} {% trans "Switch to report and get More" %} {% else %} {% trans "More" %} {% endif %}

{% endif %}
{% if less %}

{% trans "Less" %}

{% endif %}

diagram showing {{var}} from {{ datefrom }} until {{ dateuntil }}

{% if hour or day %} {% endif %}
{% endblock %}