{{ locale.chrome_warning | replace: '$change_in_policy', chrome_warning_link | replace: '$bug', chrome_warning_bug }}
{% assign default = distro.downloads | where_exp: "item", "item.display" %} {% for tab in default %} {% endfor %} {% if distro.downloads.size > 1 %} {% capture alternative_downloads %}{{ locale.alternative_downloads }}{% endcapture %} {% capture options %}{% for tab in distro.downloads offset: 1 %}{{ locale[tab.name] }}{% if forloop.last == false %}, {% endif %}{% endfor %}{% endcapture %}