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