{% for item in cover.ordered_entries %}
{% if show_edit_button %}
{% include cover.templates.item %}
{% else %}
{% if forloop.counter > 1 %}
{# In non-edit mode the first item is special because it #}
{# floats around the avatar profile image #}
{% include cover.templates.item %}
{% endif %}
{% endif %}
{% endfor %}