{% extends 'stela_control/content/main/index.html' %} {% load i18n %} {% load static %} {% block styles %} {% endblock %} {% block head_title %}{% trans "Club." %} | {% trans "Enjoy." %}{% endblock %} {% block logo %}{% static 'img/icons/logo-club.png' %}{% endblock %} {% block link_logo %}{% endblock %} {% block postbtn %} {% endblock %} {% block variables %} {% endblock %} {% block content %}
{% block title %}

{% trans "Hello" %}, {{user.username}}, {% trans "welcome to the Mimopaws Club." %}


{% trans "In this section you can manage all your services to your pets." %}

{% endblock %} {% block menu %} {% endblock %} {% block nexus-content %} {% if cart_service.get_total_price > 0 %}

{% trans "Pending Checkout" %}

{% for item in cart_service.get_select %} {% with select=item.select %} {% if cart_service.get_date.date %} {% else %} {% endif %}
{% trans "Service" %} {% trans "Pet" %} {% trans "Booking Date" %} {% trans "Action" %}
{{select.service.title}} {{select.pet.name}}{{cart_service.get_date.date}}{% trans "No date selected" %}{% trans "Finish" %}
{% endwith %} {% endfor %}
{% endif %}

{% trans "Site News" %}

{% if stelafooter %} {% else %} {% endif %}

{% trans "Sections of interest" %}

{% if stelafooter %} {% else %} {% endif %}
{% endblock %}
{% endblock %} {% block footer_logo %}{% static 'img/icons/logo-club.png' %}{% endblock %} {% block scripts %} {% block childScritps %} {% endblock %} {% endblock %}