{% endif %}{% endblock %}
- {% if request.path.raw != '/1.0-payout' %}
- {% if not user.participant or user.participant.status_of_1_0_payout == 'pending-application' %}
+ {% if not request.path.raw.startswith('/fund-open-source/') %}
+
+
+
★
+
{{ _( "{nowrap}Gratipay is a great way to{_nowrap} {nowrap}{a}fund open source!{_a}{_nowrap}"
+ , nowrap=''|safe
+ , _nowrap=''|safe
+ , a=''|safe
+ , _a=''|safe
+ ) }}
+
★
+
+
+ {% endif %}
+
+ {% if user.participant and request.path.raw.startswith('/~/%s/' % user.participant.username) %}
+ {% if user.participant.status_of_1_0_payout == 'pending-application' %}
{{ _("Gratipay is a great way to fund the open source software projects that your company or organization depends on! Keep the open source ecosystem sustainable for years to come by locating the open source projects in your technology stack, and funding them with one simple weekly payment on Gratipay.") }}
+
+
Step 1: Analyze Your Code
+
+
{{ _("Paste the URL of your GitHub repo. We'll show you a report of all your open source dependencies (along with their licenses).") }}