{% extends "site_base.html" %} {% load i18n %} {% load bootstrap_tags %} {% load thumbnail %} {% block head_title %}{% trans "Agent type" %}: {{ agent_type.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block body_class %}x{% endblock %} {% block body_base %}
{% include "_messages.html" %} {% trans "Agent Type" %}: {{ agent_type.name }} {% comment %} {% if user_agent and change_form %} {% trans "Change" %} {% endif %} {% if user.is_staff and agent.is_deletable %}
{% csrf_token %}
{% endif %} {% endcomment %}
{% comment %} {% if user_agent and change_form %} {% endif %} {% endcomment %}
{% if agent.description %} {% endif %}
{% trans "Name" %} {{ agent_type.name }}
{% trans "Party Type" %} {{ agent_type.party_type }}
{% trans "Description" %} {{ agent_type.description|urlize|linebreaks }}
{% trans "Is Context" %} {{ agent_type.is_context }}
{% endblock %} {% comment %} {% block extra_script %} {% endblock %} {% endcomment %} {% block extra_body %} {{ block.super }} {% endblock %}