{% extends "base" %} {% import "macros" as macros %} {% block title %} {{ "New Account" | _ }} {% endblock title %} {% block content %} {% if enabled %}
{{ "Sorry, but registrations are closed on this instance. Try to find another one" | _ }}
{% endif %} {% endblock content %}