2021-10-10 05:44:10 +01:00
|
|
|
{% for note in notes %}
|
|
|
|
{% include '/cards/note/view.html.twig' with {'note': note} %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% for actor in actors %}
|
|
|
|
{% include 'actor/view.html.twig' with {'actor': actor} %}
|
2021-09-27 10:39:58 +01:00
|
|
|
{% endfor %}
|