{% extends "default/_layout.html" %} {% block title %}Биллинг{% endblock %} {% block content %}

Биллинг

{% include "default/id/_menu.html" %}
{% if action == "edit" %} {% include "_billing_information_form.twig" %} {% else %} {% include "_billing_information.twig" %} {% endif %}
{% endblock %}