{% extends "base.html" %} {% block title %}Profiel{% endblock %} {% block content %}

Profiel

{% if user.is_authenticated %}

Gebruikersnaam: {{ user.username }}

{% csrf_token %} {{ form }}
{% else %}

Niet ingelogd

{% endif %} {% endblock %}