<%= t("recruitment.name") %> |
<%= @user.name %> |
<%= t("recruitment.company_name") %> |
<%= @profile.company_name %> |
<%= t("recruitment.office_address") %> |
<%= @profile.office_address %> |
<%= t("recruitment.company_profile") %> |
<%= @profile.company_profile %> |
<%= t("recruitment.website") %> |
<%= @profile.website %> |
<%= t("recruitment.country") %> |
<%= MiscList::COUNTRIES[@profile.country] %> |
<%= t("recruitment.state") %> |
<%= @profile.state %> |
<%= t("recruitment.zipcode") %> |
<%= @profile.zipcode %> |
<%= t("recruitment.country_code") %> |
<%= @profile.country_code %> |
<%= t("recruitment.phone_number") %> |
<%= @profile.phone_number %> |
<%= t("recruitment.mobile_number") %> |
<%= @profile.mobile_number %> |
<%= t("recruitment.industry") %> |
<%= @profile.get_industry %> |