{% extends "bazar/base.html" %} {% load i18n crispy_forms_tags bazar_tags %} {% block bazar_content %}
{% blocktrans count counter=item.num_notes %}{{ counter }} note{% plural %}{{ counter }} notes{% endblocktrans %}
{% if not view.kwargs.kind %}
{{ item.get_kind_display }}{% endif %}