{% extends "base.html" %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}

{% if table.data %} {% render_table table %} {% else %}
{% trans "There is no matched user that have asked for a Société générale credit." %}
{% endif %}
{% endblock %} {% block extrajavascript %} {% endblock %}