My Audio Files
{% for lo in log %}
{{ lo.title }}
{% if lo.text %}
{% for line in lo.text %} {{ line }}
{% endfor %}
{% else %}
No text file found.
{% endif %}
{% endfor %}