• {{ item.model.slug }}

    {% if item.model.authors|length > 0 %}

    {% if item.model.authors|length == 1 %}Author{% else %}Authors{% endif %}: {% for author in item.model.authors %}{{ author.formattedName }}{% if not loop.last %}, {% endif %}{% endfor %}

    {% endif %} {% if item.model.editors|length > 0 %}

    {% if item.model.editors|length == 1 %}Editor{% else %}Editors{% endif %}: {% for editor in item.model.editors %}{{ editor.formattedName }}{% if not loop.last %}, {% endif %}{% endfor %}

    {% endif %}
      {{ item.typeMeta.verboseName }}{% if item.model.length %} ({{ item.model.length|numberWithCommas }} words){% endif %}