With Django 4.1.1. the only error I have received is:
{% if message.recipient.pk == user.pk %} <a class="save btn btn-primary" href="{% url 'messages_reply' message.id %}">{% trans "Reply" %}</a> {% endif %}
I could make PR but unfortunately this repo seems to be unmaintained....