{% load render_table from django_tables2 %}
Contracts Assignements
{% if assignements_table %}
{% render_table assignements_table %}
{% endif %}