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.
27 lines
1011 B
27 lines
1011 B
{% set profile_pg = 1 %}
|
|
|
|
{% extends 'profile/profile-base.twig' %}
|
|
|
|
{% block profile_content%}
|
|
<div class="cabinet__orders cabinet-content {% if fn('is_wc_endpoint_url') %}active hide{% endif %}">
|
|
<!-- <div class="cabinet-card cabinet-card--green-white cabinet__subscription-pc">
|
|
<div class="cabinet-card__content">
|
|
<p class="cabinet-card__title">{{ function('pll_e', 'Feed subscription') }}</p>
|
|
<div class="cabinet-card__element">
|
|
<p class="cabinet-card__text">{{ function('pll_e', 'Weekly food delivery for your pet') }}</p>
|
|
</div>
|
|
<div class="cabinet-card__element">
|
|
<button class="button button--gradient button--high-46 form-sub__btn">{{ function('pll_e', 'Get details') }}</button>
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
{% include 'profile/order-list.twig' %}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</main>
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|