We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbee95e commit a328c6cCopy full SHA for a328c6c
readthedocs/donate/templates/donate/progress.html
@@ -61,7 +61,12 @@ <h2>Status</h2>
61
</div>
62
</li>
63
{% endif %}
64
+ {% if not evergreen %}
65
+ <li><b>{{ donate_percent }}%</b> funded</li>
66
+ <li><b>${{ donate_amount }}</b> contributed to $24,000 goal</li>
67
+ {% else %}
68
<li><b>${{ donate_amount }}</b> contributed</li>
69
+ {% endif %}
70
<li><b>${{ donate_avg }}</b> average contribution</li>
71
<li><b>{{ donate_count }}</b> <a href="{% url 'donate' %}#supporters">Supporters</a></li>
72
</ul>
0 commit comments