{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% if messages %}
{{ notification.data.verb_ar }}
{% elif LANGUAGE_CODE == 'de' %}{{ notification.data.verb_de }}
{% elif LANGUAGE_CODE == 'fr' %}{{ notification.data.verb_fr }}
{% elif LANGUAGE_CODE == 'es' %}{{ notification.data.verb_es }}
{% else %}{{ notification.verb }}
{% endif %}