2015-04-16 18:34:41 +03:00
|
|
|
%p.lead
|
2015-10-25 13:29:02 +02:00
|
|
|
- if @program.event_types.any?
|
2015-04-16 18:34:41 +03:00
|
|
|
You can submit proposals for
|
|
|
|
|
= "#{event_types(@conference)}."
|
2015-10-25 13:29:02 +02:00
|
|
|
- if @program.tracks.any?
|
2015-04-16 18:34:41 +03:00
|
|
|
Proposals should fit in one of the
|
2015-10-25 13:29:02 +02:00
|
|
|
= "#{pluralize(@program.tracks.count, 'track')}:"
|
2015-04-16 18:34:41 +03:00
|
|
|
= "#{tracks(@conference)}."
|
2015-10-25 13:29:02 +02:00
|
|
|
- if @program.cfp_open?
|
2015-04-16 18:34:41 +03:00
|
|
|
The submission period has begun
|
2016-03-26 23:32:43 +01:00
|
|
|
%em.notranslate
|
2015-10-25 13:29:02 +02:00
|
|
|
= @program.cfp.start_date.strftime('%A, %B %-d. %Y')
|
2015-04-16 18:34:41 +03:00
|
|
|
and closes
|
2016-03-26 23:32:43 +01:00
|
|
|
%em.notranslate
|
2015-10-25 13:29:02 +02:00
|
|
|
= @program.cfp.end_date.strftime('%A, %B %-d. %Y.')
|
2015-08-21 19:15:02 +02:00
|
|
|
That means you have
|
2016-03-26 23:32:43 +01:00
|
|
|
%b.notranslate= pluralize(@program.cfp.remaining_days, 'day')
|
2015-08-21 19:15:02 +02:00
|
|
|
left!
|
|
|
|
|
Remember
|
2016-03-26 23:32:43 +01:00
|
|
|
%span.notranslate
|
|
|
|
|
= @conference.title
|
2015-08-21 19:15:02 +02:00
|
|
|
will only be as good as the content you present. Submit early, submit often!
|
|
|
|
|
-else
|
|
|
|
|
The submission period is closed now.
|