+ {% for stat_month, stat_value in hashtag.usage_months.items|slice:":5" %}
+ {% if forloop.first %}
+
+
+ Month |
+ Usage |
+
+ {% endif %}
+
+ {{ stat_month|date:"M Y" }} |
+ {{ stat_value }} |
+
+ {% if forloop.last %}
+
+ {% endif %}
+ {% empty %}
+
Hashtag is either not used or stats have not been computed yet.
+ {% endfor %}
+
+