{% extends "generic/object.html" %} {% load render_table from django_tables2 %} {% load plugins %} {% block content %}
Contractor
Name {{ object.name }}
Company {{ object.company }}
Address {{ object.address }}
{% include "inc/panels/custom_fields.html" %} {% plugin_left_page object %}
{% include "inc/panels/tags.html" %} {% include "inc/panels/comments.html" %} {% plugin_right_page object %}
Contracts
{% render_table contracts_table %}
{% plugin_full_width_page object %}
{% endblock content %}