{% extends "layouts" ~ DIR ~ "default.twig" %} {% block content %} {% if posts.paginated is not empty %} <div class="filter">{{ "Posts created by “%s”" | translate | format(author.name | fix) }}</div> {% endif %} {% for post in posts.paginated %} {% include(["feathers" ~ DIR ~ post.feather ~ ".twig", "feathers" ~ DIR ~ "missing.twig"]) %} {% else %} <div role="status" class="filter">{{ "This user hasn't created any posts." | translate }}</div> {% endfor %} {% endblock %}