{%- if cat.parent_names %}
{% for name in cat.parent_names %}{{ name }} 〉 {% endfor %}
{%- endif %}
{{ cat.name }}
{%- if cat.post_count > 0 %}
View {{ cat.post_count }} Post{% unless cat.post_count == 1 %}s{% endunless -%}
•
{%- endif %}
{%- capture cat_edit %}admin/category/{{ cat.id }}/edit{% endcapture -%}
Edit
•
{%- capture cat_del %}admin/category/{{ cat.id }}/delete{% endcapture -%}
{%- capture cat_del_link %}{{ cat_del | relative_link }}{% endcapture -%}
Delete
{%- if cat.description %}{{ cat.description.value }}{% else %}none{% endif %}
{%- endfor %}
{%- else -%}