You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Separate package benefits in application form
* Flag sponsors benefits added by user
* Split package and added benefits in full sponsorship detail
* Filter by package only benefits
You selected the <b>{{ sponsorship_package.name }}</b> package {% if sponsorship_price %}costing ${{ sponsorship_price|intcomma }} USD {% endif %}and the following benefits:
16
-
{% else %}
17
-
You selected the following benefits:
18
-
{% endif %}
19
16
</p>
20
17
<ul>
21
18
{% for benefit in sponsorship_benefits %}
22
19
<li>{{ benefit.name }}</li>
23
20
{% endfor %}
24
21
</ul>
22
+
{% endif %}
23
+
24
+
{% if added_benefits %}
25
+
<p>Added benefits:</p>
26
+
<ul>
27
+
{% for benefit in added_benefits %}
28
+
<li>{{ benefit.name }}</li>
29
+
{% endfor %}
30
+
</ul>
31
+
{% endif %}
25
32
<p><i>Please complete the form below.</i></p>
26
33
<spanclass="remove"><labelid="close-info-container">Close</label> | <ahref="{% url 'select_sponsorship_application_benefits' %}">Back to select benefits</a></span>
0 commit comments