{% extends 'base.html.j2' %} {% block title %} {{ name }} History for {{start_date}} to {{end_date}} {% endblock title %} {% block content_before %} {{ name }} History for {{start_date}} to {{end_date}} {% endblock content_before %} {% block content %}
{% if data_type == "items" %}
Previous
{% if end|int > 0 %}
Next
{% endif %} {% elif data_type == "currency" %}
Previous
{% if end|int > 0 %}
Next
{% endif %} {% elif data_type == "uscore" %}
Previous
{% if end|int > 0 %}
Next
{% endif %} {% else %}

INVALID DATA TYPE

{% endif %}

{% endblock %} {% block js %} {{ super () }} {% endblock %}