{% extends "cab/snippet_list.html" %} {% load static from staticfiles %} {% block feeds %}{% endblock %} {% block title %}All snippets written in {{ language.name }}{% if months %}, last {{ months }} months{% endif %}{% endblock %} {% block content_header %}All snippets written in {{ language.name }}{% if months %}, last {{ months }} months{% endif %}{% endblock %} {% block sidebar %}
{{ hits }} snippet{{ hits|pluralize }} {% ifequal hits 1 %}is{% else %}are{% endifequal %} written in {{ language.name }} so far.
{% endblock %}