{% if toggle_notes and item.has_note %}
{% set req = request.args.get('note') %}
{% set note_id = item.note.id|string %}
{{ render_toggle_button(item.note, note_is_hidden=(req != note_id and not show_notes), anchor=anchor) }}
{% endif %}
{% if show_button %}