<% if @editing %>
<%= label_tag @name, @label %>
<% else %> <%= @value.present? ? l(Date.parse(@value), format: :full) : '' %> <% end %>