{% extends "layout.html" %} {% block projects %}
{% for project in this.children %} {% set image = project.attachments.images.first() %}
project image

{{ project.title }}

{{ project.body }}


Translation status
{% endfor %}
{% endblock %}