{% endif %}
{% endfor %}
{% endwith %}
{% endif %}
{% with reg.pricing as price_title %}
{% if price_title %}
{% trans "Registered as:" %} {{ price_title}}
{% endif %}
{% endwith %}
{{ reg.amount|format_currency }}
{% endfor %}
{% endif %}
{% endwith %}
{% with obj.regaddon_set.all as regaddons %}
{% if regaddons %}
{% for regaddon in regaddons %}
{{ regaddon.addon.title }}
({% for regoption in regaddon.regaddonoption_set.all %}{{ regoption.option.title }}{% if not forloop.last %},{% endif %}{% endfor %})