{% extends "layout.html" %} {% block title %}
Registration is disabled because {{cfg("sr.ht", "site-name")}} authentication is managed by a different service. Please contact the system administrator for further information.
{% elif allow_registration() %} {% if cfg("meta.sr.ht::billing", "enabled") == "yes" %}{% if payment %} You are registering as a maintainer. After you complete your registration, you will be taken to the billing page, where you'll be provided information on payment options, financial aid, and so on. Register as a contributor instead {{icon('caret-right')}} {% else %} You are registering as a contributor, which is free but will limit your access to some features. After you complete registration, you can convert to a maintainer account by setting up billing on your profile at any time. Register as a maintainer instead {{icon('caret-right')}} {% endif %}
Registration is currently closed.
{% endif %} {% endblock %}