{% extends 'slunic/contents/base.html' %} {% load i18n cache slunic_tags %} {% block detail %}

{{ object.name }}

{{ object.description|capfirst }}

{{ object.tagged_count }} {% trans "posts" %}
{% endblock detail %} {% block row %}

{{ object.name }}

{% if object.description %}

{{ object.description|capfirst }}

{% else %}

{% blocktrans %}No description yet. Help Improve.{% endblocktrans %}

{% endif %} {{ object.tagged_count }} {% trans "posts" %}
{% endblock row %}