{% load i18n %} {% with 'Alert' as title %} {% with 'Your password has been changed successfully' as message %} {% include 'messagebox-attention.html' %} {% endwith %} {% endwith %}