<% available = Workshop.available %>

<%= I18n.t "ems.registration_closed_heading" %>

<%= I18n.t "ems.registration_closed_text", title: @workshop.title %>

<%= I18n.t "ems.registration_closed_email", email: @workshop.contact_email %>

<% unless available.empty? %>

<%= I18n.t 'ems.registration_closed_list' %>

<% end %>