{% extends 'stdgrid.html.twig' %} {% import '/cards/macros/note.html.twig' as noteView %} {% block title %}{{ note.getActorNickname() ~ '\'s note' | trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock stylesheets %} {% block body %} {# Backwards compatibility with hAtom 0.1 #}
{% if note is defined and note is not empty %} {{ noteView.note_vanilla(note, null) }} {% else %}

{% trans %}No notes here.{% endtrans %}

{% endif %}
{% endblock body %}