{% for content in required_offline_contents %}
{% if content.template_content %}
{% get_locale content.template_content app.primary_language as localized_template_content %}
{% with template_content=content.template_content %}
{% include 'template_content/template_content_list_entry.html' %}