Sha256: 0a8a23ec32f8cb3fb5ed57d93de590158e4af229ed7408282d3192f40e2427ab
Contents?: true
Size: 503 Bytes
Versions: 9
Compression:
Stored size: 503 Bytes
Contents
<p><%= t(".pending_html", title: translated_attribute(@conference.title), url: @locator.url) %></p> <p><%= t(".details", registration_type: translated_attribute(@registration_type.title), price: number_to_currency((@registration_type.price || 0), locale: I18n.locale, unit: Decidim.currency_unit)) %></p> <ul> <% @registration_type.conference_meetings.each do |conference_meeting| %> <li><%= present(conference_meeting).title %> </li> <% end %> </ul> <p><%= t(".confirmation_pending") %></p>
Version data entries
9 entries across 9 versions & 1 rubygems