{% extends 'base.html' %} {% load static i18n %} {% block title %}{{ title }} - ATS{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{% if agency %} {% trans "Update the hiring agency information below." %} {% else %} {% trans "Fill in the details to add a new hiring agency." %} {% endif %}
{{ error }}
{% endfor %}
{% trans "Created:" %}
{{ agency.created_at|date:"F d, Y" }}
{% trans "Last Updated:" %}
{{ agency.updated_at|date:"F d, Y" }}
{% trans "Slug:" %}
{{ agency.slug }}