{% import 'studentfollowup/view/post.html.twig' as template %}

{{ care_title }} - {{ student_info.complete_name }}

{% if posts %} {% for post in posts %} {{ template.post_template('simple', post, information_icon, post_url, current_url) }} {% endfor %}
{{ pagination }}
{% endif %}