{% extends '@IGACoreBundle/layout.html.twig' %} {% block head_style %} {{ parent() }} {{ encore_entry_link_tags('content') }} {{ encore_entry_link_tags('form') }} {% endblock head_style %} {% block head_script %} {{ parent() }} {{ encore_entry_script_tags('content') }} {{ encore_entry_script_tags('form') }} {% endblock head_script %} {% block title %}{{ 'Request credits'|phrase|lower|capitalize }}{% endblock title %} {% block page_header_h1 %}{{ 'Request credits'|phrase|lower|capitalize }}{% endblock page_header_h1 %} {% block content %}

{{ 'Please indicate how many of each message credit you want to purchase.'|phrase }} {{ 'We will send you a quote based on the amount requested and load your credits for you once payment has been received.'|phrase }}

{% include "@ContactBundle/Form/request.credits.html.twig" %}
{% endblock content %}