<% if @applications.blank? %> <% else %> <% @applications.each do |app| %> <% job = app.get_job %> <% elsif job.post_type == "type2" %> " target="_blank"><%= job.job_title %> <% end %> <% end %> <% end %>
<%= t("recruitment.post_type") %> <%= t("recruitment.title") %> <%= t("recruitment.company_name") %> <%= t("recruitment.applied_date") %>
<%= t("recruitment.no_jobs_found") %>
<%= job.get_post_type_label.html_safe %> <% if job.post_type == "type1" %> " target="_blank"><%= job.job_title %> <%= job.employer_profile.company_name %> <%= app.created_at.strftime("%d %B %Y") %>