{% for data in logs %}
{{ data.log | join(', ') }}
{% endfor %}
{%- if config.PRODUCTION or config.STAGING -%} {%- endif %}