{% extends "layout/base.html" %} {% set active_page = "dsreport" %} {% block title %}Dataset Count Report{% endblock %} {% block head %} {% endblock %} {% block content %}
An empty value means "all"
Product Name | Year | Month | Count |
---|---|---|---|
{{ period[0] }} | {{ period[1] or '' }} | {{ period[2] | month_name if period[2] else '' }} | {{ count }} |