{% extends 'base.html' %} {% load static %} {% load i18n %} {% block body %} {% load widget_tweaks %}

{% trans "Seatch in List" %}

{% for field in filters.form %}
{% render_field field class='form-control' %}
{% endfor %}

لیست اعضا

افزودن عضو
{% if not disableTable %} {% for field in cols %} {% endfor %}
{{ field }}عملیات
{% endif %}
{% endblock %} {% block script %} {% endblock %}