{% extends "base.html" %} {% block title %}Installer Registration — KiwiCrib{% endblock %} {% block content %}

Installer Registration

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% endblock %}