{% extends "base.html" %} {% load static i18n %} {% block title %}{{ title }} - {{ block.super }}{% endblock %} {% block content %}
{% if agency %} {% trans "Update agency information" %} {% else %} {% trans "Enter details to create a new agency." %} {% endif %}
{% trans "Contact" %}: {{ agency.contact_person }}
{% endif %} {% if agency.email %}{{ agency.email }}
{% endif %}{% trans "Created" %}: {{ agency.created_at|date:"d M Y" }} • {% trans "Last Updated" %}: {{ agency.updated_at|date:"d M Y" }}
{{ error }}
{% endfor %}