{% extends "profiles/base_edit.html" %} {% load trans blocktrans from i18n %} {% load crispy from crispy_forms_tags %} {% block title %} {% trans "Set advertising preferences" %} {% endblock title %} {% block profile_admin_advertising %} active {% endblock profile_admin_advertising %} {% block edit_content_header %} {% trans "Set advertising preferences" %} {% endblock edit_content_header %} {% block edit_content %} {% if request.user.gold.exists or request.user.goldonce.exists %}

{% blocktrans trimmed %} Thank you for supporting Read the Docs! {% endblocktrans %}

{% endif %}

{% blocktrans trimmed %} Read the Docs is an open source project. In order to maintain service, we rely on both the support of our users, and from sponsor support. {% endblocktrans %}

{% blocktrans trimmed %} For more details on advertising on Read the Docs including the privacy protections we have in place for users and community advertising we run on behalf of the open source community, see our documentation. {% endblocktrans %}

{% url "gold_detail" as gold_detail %} {% url "donate" as donate_url %} {% blocktrans trimmed %} You can go ad-free by becoming a Gold member or Supporter of Read the Docs. {% endblocktrans %}

{% csrf_token %} {{ form|crispy }}
{% endblock edit_content %}