PRACA
  • Home
  • Services
  • Equipment Rental
  • {% if user.is_authenticated %}
  • My Bookings
  • {% if perms.equipment.add_equipment %}
  • My Listings
  • {% endif %} {% endif %}
{% load cart_tags %} {% if user.is_authenticated %}
{% with cart=request.cart %} {% if cart.item_count > 0 %} {{ cart.item_count }} items in cart {% endif %} {% endwith %}
{% with cart=request.cart %} {% include 'bookings/includes/cart_dropdown.html' %} {% endwith %}
{{ user.get_short_name|default:user.username }}
  • My Profile

  • Logout
{% else %}
{% with cart=request.cart %} {% if cart.item_count > 0 %} {{ cart.item_count }} items in cart {% endif %} {% endwith %}
{% with cart=request.cart %} {% include 'bookings/includes/cart_dropdown.html' %} {% endwith %}
Login Sign Up {% endif %}