{% extends 'detail_view.html' %} {% load i18n %} {% block button_bar %} {{ block.super }} {% trans 'office'|capfirst %} {% 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 %}