{% set likes = post.likers | length %}
{{ _("%(count)s like%(plural)s", count=likes, plural="" if likes == 1 else "s") }} {% if can_like %} {# No data-bs-toggle="tooltip" here: aurora instantiates its tooltips once on page load and doesn't expose bootstrap to plugin scripts, so a button swapped in by like.js would end up without one. A plain title attribute survives the swap. #}
{{ form.hidden_tag() }} {% if already_liked %} {% else %} {% endif %}
{% endif %}