{% load i18n %}
{% if release_note_count == 1 %}
{% blocktrans %}A new edX.org Release Note has been published!{% endblocktrans %}
{% else %}
{% blocktrans with count=release_note_count %}{{ count }} new edX.org Release Notes have been published!{% endblocktrans %}
{% endif %}
