{% if total %}

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

{% else %}

{{ "Congrats! You’re up-to-date."|t }}

{{ 'Check again'|t }}

{% endif %}