{% if database %}
Database = {{ database }}!
{% else %}
Using Default
{% endif %} {% for activity in all_activities %}
{{activity}}
{% endfor %}