|
{% 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 %} |