<%= _('Processing ticket: %s') % task.title %>

<%= task.description %> <% form_for('task', task, :url => { :action => 'close', :id => task.id}) do |f| %> <%= labelled_form_field(_('Closing statment'), f.text_area(:closing_statment) ) %>
<%= radio_button_tag(:decision, 'finish', true) %> <%= _('OK') %>
<%= radio_button_tag(:decision, 'cancel', false) %> <%= _('Cancel') %>
<% button_bar do %> <%= submit_button(:ok, _('OK')) %> <% end %> <% end %>