{% extends "base.html" %} {% load django_tables2 %} {% load static %} {% load crispy_forms_tags %} {% block title %}الاعدادت - السجل{% endblock %} {% block content %}
{% crispy filter.form %}
{% render_table table %}
{% endblock %}