{% extends 'base.html.twig' %} {% block title %}{{ 'download.title'|trans }}{% endblock %} {% block meta_description %}{{ 'download.meta_description'|trans }}{% endblock %} {% block head_extra %} {% endblock %} {% block body %}

{{ 'download.heading'|trans }}

{{ 'download.subtitle'|trans }}

{# Waitlist count #} {% if waitlist_count > 0 %} {# |raw is intentional: translation contains tag for count highlight #}

{{ 'download.waitlist_count'|trans({'%count%': waitlist_count})|raw }}

{% endif %} {# Waitlist form #}
{# Preview phones placeholder #}
{% for i in 1..3 %}
{{ 'download.screenshot'|trans({'%number%': i}) }}
{% endfor %}
{% if site_settings.monetizationEnabled %} {# Store buttons #} {% endif %}
{% endblock %}