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

{{ object.name }}

{{ object.desc|capfirst }}

{{ object.level.label|capfirst }} {{ object.category.label|capfirst }}
{% endblock detail %} {% block row %}

{{ object.name }}

{{ object.desc|capfirst|truncatechars:50 }}

{{ object.level.label|capfirst }} {{ object.category.label|capfirst }}
{% endblock row %}