{% if request.MOBILE %} {% if addon.is_webapp() %} {% if (addon.is_premium() and addon.has_purchased(amo_user)) or (not addon.is_premium()) %} {{ _('Install') }} {% else %} {{ _('Purchase for {0}')|f(addon.premium.get_price_locale()) }} {% endif %} {% else %} {{ _('Add to Firefox') }} {% endif %} {% else %} {{ link.text }} {% if link.os %} {% if not (b.show_eula or b.show_contrib) %} {# L10n: {0} is a platform name like Windows or Mac OS X. #} {{ _('for {0}')|f(link.os.name) }} {% endif %} {% endif %} {% endif %} {{ csrf() }}