{% extends 'detail_view.html' %}
{% block button_bar %}
{{ block.super }}
Add Office
{% endblock button_bar %}
{% block scripts %}
{{ block.super }}
{% endblock scripts %}
{% block extra %}
{% with related_list=object.offices.all related_table_id='offices_table' %}
{% include 'related_snippet.html' %}
{% endwith %}
{% endblock extra %}