{# title string #} {# form \Symfony\Component\Form\FormView #} {# service_name string #} {# service_price string #} {# service_connector string #} {% extends ':default:subpage.html.twig' %} {% form_theme form with "@Core/frontend/form/bootstrap_3_layout.html.twig" %} {% block sidebar %} {{ parent() }} {% include ':blocks:we_recommend.html.twig' %} {% endblock %} {% block subpage_content %}

Wyślij SMS o treści AP.{{ service_name }} na numer {{ service_connector }}.

Koszt wysłania SMS wynosi {{ service_price|number_format(2, ',', '.') }} zł brutto. W odpowiedzi otrzymasz SMS z kodem aktywacyjnym, które należy wpisać w poniższe pole. Usługa SMS jest dostępna w sieciach T-Mobile, Plus GSM, Orange i Play. Usługi SMS dostarcza i obsługuje DotPay.

Regulamin: http://dotpay.pl/regulamin
Reklamacje: http://dotpay.pl/reklamacje

Właściciel portalu: {{- 'biuro@moneka.pl' -}}

{{ form_start(form) }} {{ form_row(form.response_code) }}
{{ form_row(form.submit, { icon: 'paper-plane' }) }}
{{ form_end(form) }}
{% endblock %}