We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b65cf commit 6a238f0Copy full SHA for 6a238f0
templates/icbd_confirmation.liquid
@@ -22,14 +22,14 @@
22
<tr>
23
<td>
24
<h2>Summary of your registration:</h2>
25
- {% for activity in activities %}
+ {% for activity in activities_populated %}
26
<p>From <strong>{{ activity.timeslot.start_time | slice: 0, 5 }}</strong> to <strong>{{
27
activity.timeslot.end_time | slice: 0, 5 }}</strong>: {{ activity.translation.name }} in
28
<strong>{{ activity.timeslot.room }}</strong>
29
</p>
30
{% endfor %}
31
32
- {% if registration.cv_correction %}
+ {% if cv_correction %}
33
<p>You are registered for a CV correction. Please note that you must attend the online
34
conference:
35
<strong> "Crafting an effective CV" </strong>, Friday March 7, starting at 12:15.
0 commit comments