{% if database %}

Database = {{ database }}!

{% else %}

Using Default

{% endif %} {% for log in all_logs %}

{{ log.name}}

{{ log.etherContent }} ({{ log.etherContentLength }})

{{ log.communeContent }} ({{ log.communeContentLength }})

{{ log.academicContent }} ({{ log.academicContentLength }})

{{ log.emotionContent }} ({{ log.emotionContentLength }})

{{ log.physicContent }} ({{ log.physicContentLength }})

{% endfor %}