Applications for <%= @user.name %>

<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @applications.each do |app| %> <% job = app.get_job company_profile = job.employer_profile %> <% end %>
" target="_blank"><%= job.job_title %> <%= company_profile.company_name %> <%= app.created_at.strftime("%y/%m/%d") %> <%= job.get_post_type_label.html_safe %>
<%= t(:back) %>