mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
16 lines
240 B
Text
16 lines
240 B
Text
%dt
|
|
Type:
|
|
%dd
|
|
= @cfp.cfp_type.capitalize
|
|
%dt
|
|
Start Date:
|
|
%dd
|
|
= @cfp.start_date.strftime('%A, %B %e. %Y')
|
|
%dt
|
|
End Date:
|
|
%dd
|
|
= @cfp.end_date.strftime('%A, %B %e. %Y')
|
|
%dt
|
|
Days Left:
|
|
%dd
|
|
= pluralize(@cfp.remaining_days, 'day')
|