{% load i18n %} {% load bpw %} {% if comment_form_status == 'SENT' %} {% trans "Thank you for your comment. You will receive an email when the commented was published by an administrative user." as confirm_text %} {% include "dialogs/generic_confirm.html" %} {% endif %} {% if comment_form_status == 'FAILED' %} {% trans "There was an error and your comment could not be safed. Sorry! :-/" as confirm_text %} {% include "dialogs/generic_confirm.html" %} {% endif %}