{% load static %}
{{ title }} ‐ Stolen
{% block css %}{% endblock %}
Stolen
and found
{% if not user.is_authenticated %}
Login
{% else %}
Kundenzone
{% endif %}
{{ title }}
{{ subtitle }}
{% block content %} {% endblock %}
{% block scripts %} {% endblock %}