{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load static %} {% block extra_meta %} {% endblock %} {% block breadcrumbs %}
  • {{ object.subproject.project }}
  • {{ object.subproject.name }}
  • {{ object.language }}
  • {% trans "zen" %}
  • {% endblock %} {% block content %} {% include "show-lock.html" %} {% if filter_name %}
    {% blocktrans %}Current filter: {{ filter_name }} ({{ filter_count }}){% endblocktrans %}
    {% endif %} {% include 'zen-units.html' %}
    {% endblock %}