{% from "/macros/rating.html" import rating %} {% macro sliderAppTooltip(position, app={}, i18n={}) %} {{ app.name }} {% if app.overview %} {{ app.overview }} {% else %} {{ app.blurb }} {% endif %} {{ rating(app.rating) }} {% if(app.startingPrice.formattedFullPrice === i18n.free) %} {{ app.startingPrice.formattedFullPrice }} {% elseif(app.startingPrice.formattedFullPrice) %} {{ app.startingPrice.priceCaption }} {{app.startingPrice.formattedFullPrice}} {% endif %} {% endmacro %}
{% if app.overview %} {{ app.overview }} {% else %} {{ app.blurb }} {% endif %}
{% if(app.startingPrice.formattedFullPrice === i18n.free) %} {{ app.startingPrice.formattedFullPrice }} {% elseif(app.startingPrice.formattedFullPrice) %} {{ app.startingPrice.priceCaption }} {{app.startingPrice.formattedFullPrice}} {% endif %}