{% load i18n %}
{% load fb_versions %}
{{ category.name }}
{{ category.get_pages|length }}
{% blocktrans with plural=category.get_pages|length|pluralize %}
article{{ plural }}
{% endblocktrans %}
{{ category.short_description|safe }}
{{ category.description|safe }}
{% if page.synopsis %} {{ page.synopsis|safe }} {% else %} {{ page.content|truncatewords_html:60|safe }} {% endif %}
{% if page.synopsis %} {{ page.synopsis|truncatewords_html:30|safe }} {% else %} {{ page.content|truncatewords_html:30|safe }} {% endif %} {% trans "Read more" %}