{% extends "base.html" %} {% load crispy_forms_filters %} {% load static %} {% load i18n %} {% block title %}{% trans "Cookbook Setup" %}{% endblock %} {% block extra_head %} {{ form.media }} {% endblock %} {% block content %}
{% blocktrans %}To start using this application you must first create a superuser account.{% endblocktrans %}
{% endblock %}