{% load i18n %} {% include "localtv/_grid/_item_figure.html" with image=object.logo video_list=object.approved_set|slice:":6" %}

{{ object.name }}

{% with count=object.approved_set.count %}

{{ count }} {% blocktrans count count=count %}video{% plural %}videos{% endblocktrans %}

{% endwith %}
{% with subcats=object.child_set.all|slice:":3" %} {% if subcats %}

{% trans "Subcategories" %}: {% for subcat in subcats %}{{ subcat.name }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %} {% endwith %}