{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
{{ user }}
{{ user.ref|default:"Not registered" }}
{% crispy catForm %}