{% extends "base.html" %} {% load static i18n %} {% block title %}{{ agency.name }} - {% trans "Agency Details" %} - {{ block.super }}{% endblock %} {% block content %}
{% trans "Hiring Agency Details and Application Management" %}
{% trans "Contact" %}: {{ agency.contact_person }}
{% endif %} {% if agency.email %}{{ agency.email }}
{% endif %}{{ agency.description|linebreaks }}
{% trans "This password provides access to the agency portal. Share it securely with the agency contact person." %}
{{ application.email }}
{% if application.phone %}{{ application.phone }}
{% endif %}{{ application.job.title }}
{{ application.created_at|date:"M d, Y" }}
{% trans "This agency hasn't submitted any applications yet." %}
{{ agency.slug }}