{% extends "_item_card_metadata_base.html" %} {% load humanize %} {% load collection %} {% load i18n %} {% block brief %} {% with collection=item.journal_item %}
{{ collection.owner.display_name }} @{{ collection.owner.handle }} {% for cat, count in collection.get_summary.items %} {% if count %} {% prural_items count cat %}   {% endif %} {% endfor %}
{% endwith %} {% endblock brief %} {% block full %}
{% if not hide_brief %}{{ item.display_description | linebreaksbr }}{% endif %}
{% endblock full %}