{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Hiring Agencies" %} - ATS{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
| {% trans "Agency Name" %} | {% trans "Contact Person" %} | {% trans "Email" %} | {% trans "Phone" %} | {% trans "Country" %} | {% trans "Website" %} | {% trans "Created" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|---|---|
| {{ agency.name }} | {{ agency.contact_person|default:"-" }} | {% if agency.email %} {{ agency.email|truncatechars:30 }} {% else %} - {% endif %} | {{ agency.phone|default:"-" }} | {% if agency.country %} {{ agency.get_country_display }} {% else %} - {% endif %} | {% if agency.website %} {{ agency.website|truncatechars:25 }} {% else %} - {% endif %} | {{ agency.created_at|date:"M d, Y" }} |
{% trans "Contact:" %} {{ agency.contact_person }}
{% endif %} {% if agency.phone %}{{ agency.phone }}
{% endif %} {% if agency.country %}{{ agency.get_country_display }}
{% endif %} {% if agency.website %}{{ agency.website|truncatechars:30 }}
{% endif %}{% trans "Start by adding your first hiring agency to manage your recruitment partners." %}
{% trans "Add Your First Agency" %}