{% for post in posts %}
  • {{ post.title|e }} {% trans "by" %} {% if post.author.registered %} {{ post.author.username|e }} {% else %} {{ post.author.username|e }} {% endif %} {% if post.children %}
      {% recurse post.children %}
    {% endif %}
  • {% endfor %}