{% extends request.is_ajax|yesno:"base_ajax.html,base_rigs.html" %} {% load widget_tweaks %} {% block title %}{{ type }} | {{ object.name }}{% endblock %} {% block content %}
{% if not request.is_ajax %}

{{ type }} | {{ object.name }}

{% endif %}
{{ type }} Details
Name
{{ object.name }}
Phone
{{ object.phone }}
Email
{{ object.email }}
Address
{{ object.address|linebreaksbr }}
Notes
{{ object.notes|linebreaksbr }}
{% if object.three_phase_available is not None %}
Three Phase Available
{{ object.three_phase_available|yesno|capfirst }}
{% endif%} {% if object.union_account is not None %}
Union Account
{{ object.union_account|yesno|capfirst }}
{% endif%}
{% if associated %} {% include associated|safe %} {% endif %}
{% if associated2 %} {% include associated2|safe %} {% endif %} {% if not request.is_ajax %}
{% include 'partials/last_edited.html' with target=history_link %}
{% endif %} {% endblock %} {% if request.is_ajax %} {% block footer %}
{% include 'partials/last_edited.html' with target=history_link %}
{% endblock %} {% endif %}