{% from "/macros/profile/profile-action-button.html" import productActionButton %} {% macro profileNavigation(navigationItems, actions) %} {% for nav in navigationItems %} {{ nav.label }} {% endfor %} {% if navigationItems %} {% for nav in navigationItems %} {% if nav.selected %} {{ nav.label }} {% endif %} {% endfor %} {% for nav in navigationItems %} {{ nav.label }} {% endfor %} {% endif %} {% if actions.items.length %} {% set CTAOptions = { buttonSize: 'small', isAddToCartStyle: true } %} {% for action in actions.items %} {{ productActionButton(action, CTAOptions) }} {% endfor %} {% endif %} {{ actions.caption.text | safe }} {% endmacro %}