<%= t_label('common.name') %>
<%= h @date_object.name %>
<%= t_label('common.description')%>
<%= h @date_object.description %>
<%= t_label('common.tags')%>
<%= h @date_object.tag_list %>
<%= t_label "date_objects.notify_expiration" %>
<%= h @date_object.notify_before_expiration? ? t('common.key_yes') : t('common.key_no') %>
<%= t "date_objects.no_run_dates" if @sorted_array.length == 0 %> <%= t("date_objects.one_run_date", :date => @sorted_array.first.run_date.to_s) if @sorted_array.length == 1 %> <%= t("date_objects.range_run_dates", :length => @sorted_array.length.to_s, :start_date => @sorted_array.first.run_date.to_s, :end_date => @sorted_array.last.run_date.to_s) if @sorted_array.length > 1 %>