{% macro display(idsound, img, titre, artist, ytsrc, idvote) %}
{{ artist }} -  {{ titre }}
{{ titre }}
{{ artist }}
N° nomination {{ "%02d"|format(idvote) }}
{% endmacro %} {% macro displayTitleVoteArtiste(idsound, img, titre, artist, ytsrc, note) %}
{{ artist }} -  {{ titre }}
{{ titre }}
{{ artist }}
N° nomination {{ idsound }}
Note actuelle : {{ note }}/4
{% endmacro %}