{% extends 'setup/layout.html' %} {% load i18n %} {% block header %}

{% trans "Setup admin user" %}

Your account a user and an admin
{% endblock %} {% block panel %}

{% trans "Create your account" %}

{% include 'snippets/register_form.html' %}

{% trans "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for repsonding to reports of bad behavior or spam." %}

{% trans "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." %}

{% trans "Learn more about moderation" %}

{% endblock %}