{% load i18n %} {% load static %}
{% block title %}Kasico Art & Design - Fursuit Shop{% endblock %}
{% block extra_css %}{% endblock %}
Kasico Art & Design
Shop
Galerie
Custom Order
Kontakt
{% if user.is_authenticated %}
Warenkorb {% with total_items=cart.get_total_items %} {% if total_items > 0 %}
{{ total_items }}
{% endif %} {% endwith %}
Profil
Logout
{% else %}
Login
Registrieren
{% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %}