Details: <%= @mission.description %>
Objective: <%= @agent.first.description %>
<%= step.description %>
<% if step.validated != true || step.completed != true %> Validate <% end %> <% @step = @step + 1 %> <% end %> <% end %> <% @step = 1 %> <% @agent.first.mission_agent_steps.order(:step => :asc).each do |step| %> <% @step = @step + 1 %> <% end %>