{% for offer in offers %} {% endfor %}
Typ Nazwa Umowa Lokalizacje Cena Informacje
{{ offer.typeName|trans }} {% for translation in offer.getTranslations() %}
{{ translation.getLocale() }}
{{ translation.getName() }}
{% endfor %}
{{ offer.periodName|trans }} {% for address in offer.addresses %} {{ address.name }}
{{ address.zipCodePart1 }}-{{ address.zipCodePart2 }}
{%- for building_number in address.buildingNumbers -%} {{ building_number.name }} {% if not loop.last %}, {% endif %} {%- endfor -%}
{% endfor %}
{{ offer.price }} zł/m {% if offer.isTypeInternet %}
pobieranie {{ offer.downloadSpeed}} Mb/s
wysyłanie {{ offer.uploadSpeed}} Mb/s
{% else %} {% for translation in offer.getTranslations() %}
{{ translation.getLocale() }}
{{ translation.getShortDescription() }}
{% endfor %} {% endif %}
Usuń Edycja