{% extends "base.html" %} {% block title %} {{ _("Create Account") }} {% endblock %} {% block content %}

{{ self.title() }}

{{ _("Do you have an account on the Minetest Forums?") }}

{{ _("ContentDB will link your account to your forum account if you have one, but you don't need one.") }}

{{ _("Yes, I have a forums account") }} {{ _("No, I don't have one") }} {{ _("Create forum account") }}

{% endblock %}