{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load render_table from django_tables2 %} {% load crispy_forms_filters %} {% load i18n %} {% block content %}

{{ title }}

{% 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 %}
{# Popup to add new Soge credits manually if needed #} {% endblock %} {% block extrajavascript %} {% endblock %}