{% if total %} {% if total == 1 %} {{ "One update available!"|t }} {% else %} {{ "{total} updates available!"|t({ total: total }) }} {% endif %} {{ "Go to Updates"|t }} {% else %} {{ "You’re up-to-date!"|t }} {% endif %}