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