You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends 'profile/profile-base.twig' %}
|
|
|
|
{% block profile_content%}
|
|
<div class="cabinet__orders cabinet-content {% if fn('is_wc_endpoint_url') %}active hide{% endif %}">
|
|
{% include 'profile/order-list.twig' %}
|
|
</div>
|
|
</div>
|
|
{% endblock %} |