{{ block('note_author') }}
{{ block('note_reply_to') }}
{{ block('note_actions') }}
{% block note_actions %} {% if app.user or note_actions_hide is defined %}
{% endif %} {% endblock note_actions %} {% block note_reply_to %} {% set reply_to = note.getReplyToNickname()%} {% if reply_to is not null %} {% trans with {'%name%': reply_to} %} in reply to %name% {% endtrans %} {% endif %} {% endblock note_reply_to %} {% block note_replies %} {% if replies is defined and replies is not empty %} {% endif %} {% endblock note_replies %} {% block note_attachments %} {% if hide_attachments is not defined %} {% if note.getAttachments() is not empty %} {% endif %} {% endif %} {% endblock note_attachments %} {% block note_links %} {% if note.getLinks() is not empty %}