{% load i18n %} {% load django_bootstrap5 %}
{% translate "Modify message" %}
{% if page_obj.has_next %}
{% translate "Note: You are not on the last page of this topic and may miss the most recent replies." %}
{% endif %}
{% csrf_token %} {% bootstrap_field form.message %} {% include "aa_forum/partials/form/required-field-hint.html" %}