{% import "partials/icons.html" as icons %} {% for e in &entries %} {% if let Some(new_ver) = &e.new_version %} {{ e.installed_version }} → {{ new_ver }} {% call icons::refresh() %}{% endcall %} Update {% else %} {% call icons::refresh() %}{% endcall %} Update {% endif %} {% endfor %}