{% extends "profiles/base_edit.html" %} {% load blocktrans trans from i18n %} {% load crispy from crispy_forms_filters %} {% load alter_field from ext_theme_tags %} {% block profile_admin_gold_edit %} active {% endblock profile_admin_gold_edit %} {% block title %} {% trans "Gold membership" %} {% endblock title %} {% block edit_content_header %} {% trans "Gold membership" %} {% endblock edit_content_header %} {% block edit_content_subheader %} {% endblock edit_content_subheader %} {% block edit_content %}

{% blocktrans trimmed %} Supporting Read the Docs lets us work more on features that people love. Your money will go directly to maintenance and development of the product. {% endblocktrans %}

{% blocktrans trimmed %} Gold members may also completely remove advertising for all visitors to their projects. {% endblocktrans %}

{% blocktrans trimmed %} If you are a company using Read the Docs, please consider Read the Docs for Business. This will help us cover our costs, and provide you with a better experience on the site. {% endblocktrans %}

{% blocktrans trimmed %} For any questions about our Gold membership program, please email us. {% endblocktrans %}

{% if golduser %} {% block gold_membership_active %}

{% blocktrans trimmed %} Your gold membership {% endblocktrans %}

{% blocktrans trimmed %} Thanks for supporting Read the Docs! It really means a lot to us. {% endblocktrans %}

{{ golduser.get_level_display }}
{% csrf_token %}

{% trans "Gold projects" %}

{% trans "Choose projects you would like to make ad-free." %}

{% trans "Select projects" %} {% endblock gold_membership_active %} {% else %} {% block gold_membership_inactive %}

{% blocktrans trimmed %} Become a Gold member {% endblocktrans %}

{# Note: not an actual form as the JS handles the POST and Stripe Checkout redirect #}
{% alter_field form.level data_bind="valueInit: priceId" %} {{ form | crispy }}
{% endblock gold_membership_inactive %} {% endif %}
{% endblock edit_content %}