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
|
2017-12-21 19:06:36 -08:00
|
|
|
= "#{event_types_sentence(@conference)}."
|
2017-08-31 13:43:08 +05:30
|
|
|
- if @program.tracks.confirmed.cfp_active.any?
|
2015-04-16 18:34:41 +03:00
|
|
|
Proposals should fit in one of the
|
2017-07-19 18:28:57 +03:00
|
|
|
= "#{pluralize(@program.tracks.confirmed.cfp_active.count, 'track')}:"
|
2015-04-16 18:34:41 +03:00
|
|
|
= "#{tracks(@conference)}."
|
2015-10-25 13:29:02 +02:00
|
|
|
- if @program.cfp_open?
|
2020-06-04 02:04:07 -07:00
|
|
|
The submission period is open from
|
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!
|
2021-03-11 23:21:08 -08:00
|
|
|
%span.notranslate= @conference.title
|
2021-03-23 18:28:34 -07:00
|
|
|
will only be as good as the content you present.
|
|
|
|
|
%br Submit early, submit often!
|
2020-06-04 02:04:07 -07:00
|
|
|
- else
|
2015-08-21 19:15:02 +02:00
|
|
|
The submission period is closed now.
|