{% extends 'www/base.html.twig' %} {% import 'www/partials/_macros.html.twig' as macros %} {% block link_alternate %} {% for translation in _cms_translations %} {% endfor %} {% endblock %} {% block top %} {% endblock %} {% block content %}

{{ 'common.fiber_optic_internet'|trans }}

{% for download_speed in download_speeds %}

{{ download_speed.speed }} Mb/s

{{ 'common.from'|trans }}
{{ download_speed.price|price_integer_part }} {{ download_speed.price|price_decimal_part }} zł/{{ 'common.month_short'|trans }}
{% endfor %}

{{ 'common.news'|trans }}

{% include 'www/post/_list.html.twig' with {'posts': latests_posts} %} {% endblock %}