{{song.number}}. {{ song.name}}
{% if song.author %} por {{ song.author }} {% endif %} {% if song.origin %} basada en: {{ song.origin }} {% endif %}Ajustes
Tono original: Cejilla {{ song.capo }}
{% endif %}
{% endif %}
Canción
{% for verse in song.verses %}
{% for line in verse.lines %}
{% spaceless %}
{% for chord, lyric in line.zipped_arr %}
{% endfor %}
{% if not forloop.last %}
{% endif %} {% endspaceless %} {% endfor %}
{% endfor %}
{% if chord.class %}
{% endif %}
{% if chord.chord.trfmt == "normal" %}
{% for c in chord.chord.items_t %}
{% if c.chord %}
{{ c.text|safe }}
{% else %}
{{ c.text|safe }}
{% endif %}
{% endfor %}
{% endif %}
{% if chord.chord.trfmt == "double" %}
{% for c in chord.chord.items_n %}
{% if c.chord %}
{{ c.text|safe }}
{% else %}
{{ c.text|safe }}
{% endif %}
{% endfor %}
{% for c in chord.chord.items_t %} {% if c.chord %} {{ c.text|safe }} {% else %} {{ c.text|safe }} {% endif %} {% endfor %} {% endif %} {% if chord.chord.trfmt == "hover" %} {% for c in chord.chord.items_n %} {% if c.chord %} {{ c.text|safe }} {% else %} {{ c.text|safe }} {% endif %} {% endfor %} {% endif %} |
{% if 'rowspan' not in chord %} {{ lyric|safe }} {% endif %} |
{% endif %} {% endspaceless %} {% endfor %}