{% extends 'scipost/base.html' %} {% block pagetitle %}: Supporting Partners Board: Membership request{% endblock pagetitle %} {% load staticfiles %} {% block bodysup %}

Supporting Partners Board: Membership Request

You can hereby initiate the process to become one of our Supporting Partners.

After filling this form, SciPost Administration will contact you with a Partnership Agreement offer.

Note: you will automatically be considered as the contact person for this Partner.

{% if errormessage %}

{{ errormessage }}

{% endif %}
{% csrf_token %}

Partner details:

{% load crispy_forms_tags %} {% crispy SP_form %}

Agreement terms:

{% crispy membership_form %}
{% endblock bodysup %}