{% extends "base.html" %} {% load django_tables2 %} {% load static %} {% load crispy_forms_tags %} {% block title %}سجل{% endblock %} {% block content %}

سجل النشاط

{% crispy filter.form %}
{% render_table table %}
{% endblock %}