{% for content in page_assignments %}
{% 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' %}
{% endwith %}
{% else %}
{{ content.assignment }}
{% if content.required %}{% trans 'required' %}{% endif %}