{% extends "base.html" %} {% block appbar %}

Nonstop - {{ day|date:"d/m/Y" }}

{% endblock %} {% block content %}

{% if previous_day %} Previous Day {% endif %} {% if previous_day and next_day %}--{% endif %} {% if next_day %} Next Day {% endif %}

{% endblock %}