{% load static %} {% block title %}Gemeente Utrecht{% endblock %} {% block extra_css %}{% endblock %}
{% block breadcrumbs %}{% endblock breadcrumbs %}
{% block content %} Override {% verbatim %}{% block content %}{% endverbatim %} to get some actual content. {% endblock %}
{% if user.is_authenticated %}
Ingelogd als {{ user.get_full_name|default:user.username }} {% if user.is_staff %} • Administratie {% endif %}
{% endif %} {% block log_entries %}{% endblock %}