{% extends "layout.html" %} {% block head %} {% endblock %} {% block content %} {% if not can_submit %}

Payment required

You must have a paid sourcehut account to submit jobs to builds.sr.ht. Financial aid is available for users who need it.

Proceed to billing setup {{icon('caret-right')}}

Other payment-related resources

{% else %}

You can submit ad-hoc build manifests on this page, which is useful for debugging and research. However, you may prefer to submit builds via the API or one of the integrations.

{{csrf_token()}}
{{valid.summary("manifest")}}
Visibility
{{valid.summary()}}
Build manifest reference {{icon("caret-right")}}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}