{% if total %}

{% if total == 1 %} {{ "One update available!"|t('app') }} {% else %} {{ "{total} updates available!"|t('app', { total: total }) }} {% endif %} {{ "Go to Updates"|t('app') }}

{% else %}

{{ "Congrats! You’re up-to-date."|t('app') }}

{{ 'Check again'|t('app') }}

{% endif %}