{% extends "popularity/templatePlot.html"%}
{% block subtitle %}
{% with "DataTier Popularity" as subTitlelabel %}
{{ block.super }}
{% endwith %}
{% endblock subtitle %}
{% block js %}
{% url getDTPlotData as insert_jsonurl %}
{{ block.super }}
{% endblock js %}