django-spire 0.24.2__py3-none-any.whl → 0.25.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. django_spire/consts.py +1 -1
  2. django_spire/contrib/admin/__init__.py +0 -0
  3. django_spire/contrib/admin/admin.py +140 -0
  4. django_spire/contrib/choices/__init__.py +0 -0
  5. django_spire/contrib/choices/choices.py +9 -0
  6. django_spire/contrib/choices/tests/__init__.py +0 -0
  7. django_spire/contrib/choices/tests/test_choices.py +62 -0
  8. django_spire/core/static/django_spire/css/app-printing.css +25 -0
  9. django_spire/core/templates/django_spire/dropdown/ellipsis_modal_dropdown.html +15 -3
  10. django_spire/core/templates/django_spire/element/attribute_element.html +7 -0
  11. django_spire/core/templates/django_spire/element/copy_to_clipboard_element.html +31 -0
  12. django_spire/metric/report/__init__.py +7 -0
  13. django_spire/metric/report/helper.py +92 -0
  14. django_spire/metric/report/report.py +79 -13
  15. django_spire/metric/report/templates/django_spire/metric/report/form/report_form.html +32 -10
  16. django_spire/metric/report/templates/django_spire/metric/report/print/report_print.html +29 -16
  17. django_spire/metric/report/tools.py +2 -0
  18. django_spire/metric/report/views/page_views.py +27 -5
  19. django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown.html +10 -10
  20. django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown_content.html +1 -33
  21. django_spire/notification/app/templates/django_spire/notification/app/item/notification_item.html +24 -23
  22. django_spire/notification/app/templates/django_spire/notification/app/page/list_page.html +1 -1
  23. django_spire/notification/app/templates/django_spire/notification/app/scroll/container/dropdown_container.html +54 -0
  24. django_spire/notification/app/templates/django_spire/notification/app/scroll/item/items.html +5 -0
  25. django_spire/notification/app/urls/template_urls.py +9 -2
  26. django_spire/notification/app/views/page_views.py +2 -10
  27. django_spire/notification/app/views/template_views.py +22 -7
  28. {django_spire-0.24.2.dist-info → django_spire-0.25.0.dist-info}/METADATA +2 -2
  29. {django_spire-0.24.2.dist-info → django_spire-0.25.0.dist-info}/RECORD +32 -23
  30. django_spire/notification/app/templates/django_spire/notification/app/card/list_card.html +0 -11
  31. {django_spire-0.24.2.dist-info → django_spire-0.25.0.dist-info}/WHEEL +0 -0
  32. {django_spire-0.24.2.dist-info → django_spire-0.25.0.dist-info}/licenses/LICENSE.md +0 -0
  33. {django_spire-0.24.2.dist-info → django_spire-0.25.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  django_spire/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  django_spire/conf.py,sha256=3oUB1mtgHRjvbJsxfQWG5uL1KUP9uGig3zdP2dZphe8,942
3
- django_spire/consts.py,sha256=biDSV-Uptfgm170WiJVdnjKxxa_xLSNHvUOESbiBmAY,171
3
+ django_spire/consts.py,sha256=Fj8BeYEP9huSqBiu0ditvWkltjRMWJETSfvv53PtSHM,171
4
4
  django_spire/exceptions.py,sha256=M7buFvm-K4lK09pH5fVcZ-MxsDIzdpEJBF33Xss5bSw,289
5
5
  django_spire/settings.py,sha256=Pr98O2Na5Cv9YXs5y8c2CvGYv1szmXED8RJVT5q2-W4,1164
6
6
  django_spire/urls.py,sha256=wQx6R-nXx69MeOF-WmDxcEUM5WmUHGplbY5uZ_HnDp8,703
@@ -339,11 +339,17 @@ django_spire/comment/tests/test_querysets.py,sha256=01nhMO9Wpi_flkSA41d4l5Il8MaS
339
339
  django_spire/comment/tests/test_utils.py,sha256=x5WQvkXOoult5V4RIUjSp4qK6Q-wEgqVm-BnyL1qWyU,3371
340
340
  django_spire/contrib/__init__.py,sha256=Cw4KTzAMKPQucNRy541gYSe9ph_JtA1rRrILaYVsb1w,100
341
341
  django_spire/contrib/utils.py,sha256=IuNcM6ft6whrkPuoDkB100JqUYGZomgXMnTZeCoUvSQ,168
342
+ django_spire/contrib/admin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
343
+ django_spire/contrib/admin/admin.py,sha256=zb4bnfum7ZpfnWI17BLDQ3LHM4nTTfNv1Sr13Xbb0rs,4281
342
344
  django_spire/contrib/breadcrumb/__init__.py,sha256=Cw4KTzAMKPQucNRy541gYSe9ph_JtA1rRrILaYVsb1w,100
343
345
  django_spire/contrib/breadcrumb/apps.py,sha256=8rDWD4nAyAdH0QTHHOqXDPv6tVJTLilJeRV0-YBH2Uw,248
344
346
  django_spire/contrib/breadcrumb/breadcrumbs.py,sha256=H_Cpcsli9X4GsSQ1xa_ylKWCJxw9uzUj0_RxP61hOGs,2128
345
347
  django_spire/contrib/breadcrumb/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
346
348
  django_spire/contrib/breadcrumb/tests/test_breadcrumbs.py,sha256=gGdmR8m4jH-raAHA7popA1vX1-I4hCCWBNUi7kLdleM,5864
349
+ django_spire/contrib/choices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
350
+ django_spire/contrib/choices/choices.py,sha256=HXdQakkQ5QTaWsYLFNo8efyBsaXZGBIqLPUIJ4IItN0,185
351
+ django_spire/contrib/choices/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
352
+ django_spire/contrib/choices/tests/test_choices.py,sha256=fkm4syq7CY5o9wz8XvqAfP5JN_iNmHhWLx85VhfpIdY,2038
347
353
  django_spire/contrib/constructor/__init__.py,sha256=lcBPE05Oa4wNmZRGNSscJ9zPxYuPobPmj8O1Dm78h1c,338
348
354
  django_spire/contrib/constructor/constructor.py,sha256=QjOBGMI4vFR-4vnGNcYlf9W9NBIa2vB6-Y8BPKQmgGI,2973
349
355
  django_spire/contrib/constructor/django_model_constructor.py,sha256=KSaazWoQaaOJ6goKDz_J-OZuPRSLLgpqEBUa4xUPo-k,1145
@@ -583,7 +589,7 @@ django_spire/core/static/django_spire/css/app-navigation.css,sha256=maHVWpbWXKu0
583
589
  django_spire/core/static/django_spire/css/app-offcanvas.css,sha256=SxDsONE1eqERJ1gDAP8chjoJ0aD0Q1VHBPqRWJi8-Mw,178
584
590
  django_spire/core/static/django_spire/css/app-override.css,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
585
591
  django_spire/core/static/django_spire/css/app-page.css,sha256=pB-sSZc9NEUkkMcCfzzrCfeiggGmhONn8Eid5HLs8c0,363
586
- django_spire/core/static/django_spire/css/app-printing.css,sha256=AxhN5ujYFHmfVnZbc4y1emn-2WJZqBSwJBDM8tYCuZ8,631
592
+ django_spire/core/static/django_spire/css/app-printing.css,sha256=g9H6PmRGDj--5KIBOWRoK-PhWPsC4ssW8XeQbnutO8M,976
587
593
  django_spire/core/static/django_spire/css/app-side-panel.css,sha256=tZUwmC_yK9ZNnoF-I1y6Nx-EtL445K8-CqBbWUcAi1M,1083
588
594
  django_spire/core/static/django_spire/css/app-template.css,sha256=D5ORspwfokNqRW0HwyCbzjBp2Kf_2XtWKa6FSQuSXOg,485
589
595
  django_spire/core/static/django_spire/css/app-text.css,sha256=YQYhTsXux7vVuZhzsyHV5TuPCpKam8F14GiOnMcGOyk,10141
@@ -712,12 +718,13 @@ django_spire/core/templates/django_spire/container/form_container.html,sha256=FZ
712
718
  django_spire/core/templates/django_spire/container/infinite_scroll_container.html,sha256=xaHlMZ4yLKhZCvbbRHUAHeEZOFKJf-s8eGUN_y9FNJE,2558
713
719
  django_spire/core/templates/django_spire/dropdown/dropdown.html,sha256=O3gUp2YZm_2g0Qd-odFOnxfBkRc4c4af4zTbyGibSU0,528
714
720
  django_spire/core/templates/django_spire/dropdown/ellipsis_dropdown.html,sha256=6DrFtcvfCnegs_gLfDZDkEGYb6ZpJ85clKQWckiTH00,1431
715
- django_spire/core/templates/django_spire/dropdown/ellipsis_modal_dropdown.html,sha256=kUNcg-dSqr1wHjU_NijBAyCsa_7Z6_spVE5jytqYaME,898
721
+ django_spire/core/templates/django_spire/dropdown/ellipsis_modal_dropdown.html,sha256=0lbHn6vn2ip_Sia0khQ8k3Vp0nsYUIZHa-XbQXnsB9Q,1540
716
722
  django_spire/core/templates/django_spire/dropdown/ellipsis_table_dropdown.html,sha256=_Rf9hKmOchDdE00NU5Aq8pvVb4Q4vPxlIWf1NWOUGg8,935
717
723
  django_spire/core/templates/django_spire/dropdown/element/dropdown_link_element.html,sha256=KB4KRolkw5zOImRkXcVXxIH_bxsN648gQRnRDijgvB4,1005
718
724
  django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html,sha256=WC2ruVWh5c_5hYZmrKFYrfJXGW6r5z7KGu8_X-vPvhs,438
719
- django_spire/core/templates/django_spire/element/attribute_element.html,sha256=2SOodzlW7aX3oIHic7g9oyFpRgUKu7dtZX6IEybSbrU,1487
725
+ django_spire/core/templates/django_spire/element/attribute_element.html,sha256=0cftkHl-b4ePrQioCXMwpyxW2RlU6AVVJ4OyhyCAzMM,1778
720
726
  django_spire/core/templates/django_spire/element/breadcrumb_element.html,sha256=NUoLKKKIPDIF8G8mIM1dVF5lhbqmRcOAWLA6qw9o2x8,598
727
+ django_spire/core/templates/django_spire/element/copy_to_clipboard_element.html,sha256=5YG6sdjIFu0CvssEs5HSCihvrLc7bTeIl3B_wsnk3AA,722
721
728
  django_spire/core/templates/django_spire/element/divider_element.html,sha256=EjpdMPQZmefh0BfUGUQvazFR5eF0RHQ5pqmYD253GMc,302
722
729
  django_spire/core/templates/django_spire/element/grabber_element.html,sha256=ZH6abnf8p4jMRSdjWNsbRqNBuM1yMJF_EKNLh7c4pj8,198
723
730
  django_spire/core/templates/django_spire/element/no_data_element.html,sha256=-WSsQZVh3T3NROSfQo8U-ZPxt8nxmDggp3Cz_gbeNL4,145
@@ -1170,15 +1177,16 @@ django_spire/knowledge/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
1170
1177
  django_spire/knowledge/views/page_views.py,sha256=WdNW8ranxuAS2GkoVLvvrVqWgxN-o9PTYSZ4KXxQj2E,1011
1171
1178
  django_spire/metric/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1172
1179
  django_spire/metric/apps.py,sha256=_ZhyLypoF4Rcr-BMslEryab1FzCGVMkilporGTZ0uss,471
1173
- django_spire/metric/report/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1180
+ django_spire/metric/report/__init__.py,sha256=9WRhI-CvAIKuaYr3PJY-py5K4LsTpGJWDzy9H2VL-K4,175
1174
1181
  django_spire/metric/report/admin.py,sha256=Q52v-IjRbesXvgqQizYsfkOTzGtHmfyVso-KWEYO30o,254
1175
1182
  django_spire/metric/report/apps.py,sha256=0xJJtEueUbvbrG4dOy2F5PqwUbORxSZq8IyOhOEVLUs,645
1176
1183
  django_spire/metric/report/enums.py,sha256=cQkbLWwOjQ0_UWbsfPbLRJ9b6iSHsF7-oljQL0aoATA,247
1184
+ django_spire/metric/report/helper.py,sha256=G1ytJRW3vhP6WED9PQ0lzuw48gCIOG9gm9afjFT9bO4,2637
1177
1185
  django_spire/metric/report/models.py,sha256=HGXc1If1gV4wQCgZMHnfN2iMGPxtFUPfrcFZpWgpzeQ,674
1178
1186
  django_spire/metric/report/querysets.py,sha256=8uu6AJIxtl-bkGg_tua4tFEYRubY_z5Va7crQhsoKGk,606
1179
1187
  django_spire/metric/report/registry.py,sha256=uXkuWYXIMzfaMrz10paoOCMjcgr3g-BWicGnUzj4eeg,1239
1180
- django_spire/metric/report/report.py,sha256=UywsuKcCsXSOF87IKIweYMJyqkuN0Th57-CwONdxlOY,5668
1181
- django_spire/metric/report/tools.py,sha256=NYNpOVgOfNCC961MQOIl1w8amlLHsE7AsSkuSAdV2bM,414
1188
+ django_spire/metric/report/report.py,sha256=AQlVGhj_a3mCHCEgSj2qtmOx5sB0nDpLpUIyrdo1QM4,7817
1189
+ django_spire/metric/report/tools.py,sha256=P-kSbfQo_RB_-zgvQ_qpXW_voTerdw-W5NZVX6N8yNQ,431
1182
1190
  django_spire/metric/report/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1183
1191
  django_spire/metric/report/auth/controller.py,sha256=0_wh3nE9aDGNfvY_-EaCYsPTi0wACOS2_YyO5nJjjsE,614
1184
1192
  django_spire/metric/report/auth/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1186,16 +1194,16 @@ django_spire/metric/report/auth/tests/test_controller.py,sha256=l0btFlyB7kgYptdo
1186
1194
  django_spire/metric/report/migrations/0001_initial.py,sha256=8uwwGLEDofWN8ecHYykGpxEsPbGeNRhCPMVe3UcsI6Q,806
1187
1195
  django_spire/metric/report/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1188
1196
  django_spire/metric/report/templates/django_spire/metric/report/element/report_sub_navigation_element.html,sha256=10asi6WTj4It6ey8OkmqoCz3Ta69ZFwEHbq45_BGzoY,1031
1189
- django_spire/metric/report/templates/django_spire/metric/report/form/report_form.html,sha256=Xz1uBOswxEyiLGlVxoz2GeG4qY2IR3MUh28SGvAOKLQ,2923
1197
+ django_spire/metric/report/templates/django_spire/metric/report/form/report_form.html,sha256=9flaNvc0ZRUpWPg-OUNHIX5FXTbjCLfPUYUoTVzp2z0,4526
1190
1198
  django_spire/metric/report/templates/django_spire/metric/report/page/report_page.html,sha256=mz2KmVdefaGB94_csYzJyph3egpxOjwdPKlISdINYNA,1289
1191
- django_spire/metric/report/templates/django_spire/metric/report/print/report_print.html,sha256=enqh51N8ItkxoqWMAgVo-iitRmhDBXWTL-mesKJn5vs,2605
1199
+ django_spire/metric/report/templates/django_spire/metric/report/print/report_print.html,sha256=W___XhSa47sUXpkq2Fs5KP_zEzwpTjzoM1JL1SYYfZE,3544
1192
1200
  django_spire/metric/report/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1193
1201
  django_spire/metric/report/tests/test_urls/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1194
1202
  django_spire/metric/report/tests/test_urls/test_page_urls.py,sha256=XGu_4RwJmVKjvqDhNnxwblaObwJY5b_lLUg-p7QjA5I,410
1195
1203
  django_spire/metric/report/urls/__init__.py,sha256=6XGBdmEMaaycPNzll5VRoXgfKOfGtwlNR0KYzkiqN4g,206
1196
1204
  django_spire/metric/report/urls/page_urls.py,sha256=bWWgilrnJK7rzMLwVNhbFN9vGdlurqaWLzWHsthjlOA,234
1197
1205
  django_spire/metric/report/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1198
- django_spire/metric/report/views/page_views.py,sha256=bebYMm22uxZ8Cggy9JxA8O0vdC1rgpsjoCBlPT_jQ_o,3454
1206
+ django_spire/metric/report/views/page_views.py,sha256=2_tUC8aEduzdFotfFA6uQrfVwc9cZf4ZcZ6fTAujMSc,4533
1199
1207
  django_spire/metric/urls/__init__.py,sha256=9C7ZpLABKJJvVr-tlbeE91SZWghTmtCwy20gWsmJ_wc,200
1200
1208
  django_spire/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1201
1209
  django_spire/notification/admin.py,sha256=Upl86FjJc0Z3zfuZmHa9O531E5SkJf5Sb_Dq7xoGf9E,1091
@@ -1220,12 +1228,13 @@ django_spire/notification/app/processor.py,sha256=qV4nK37vMpoL9CDEgB8diAG1oBQrEt
1220
1228
  django_spire/notification/app/querysets.py,sha256=gEi26CfQlLkSGHyWsKFvRbxcOmoCAIjcbe_SqCHr0ns,1821
1221
1229
  django_spire/notification/app/migrations/0001_initial.py,sha256=ecwU6tJ5qZBKl3uAgpv_L74OUepxYgLvr3ssRYSfxxs,1439
1222
1230
  django_spire/notification/app/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1223
- django_spire/notification/app/templates/django_spire/notification/app/card/list_card.html,sha256=lpBbGkZG3CcAP1E6ztm_GbW60lO-0CGnaeE2pfKRSmQ,275
1224
- django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown.html,sha256=IzliW2h7WrmnL8oRhMc_fcTD1_dYg8fLEni7JjfWyHM,1927
1225
- django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown_content.html,sha256=Lcy1laXb9HWrr0TEgCrK8PEoE0-hnCPrIa7OuZrSkKI,1113
1231
+ django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown.html,sha256=zIsIQ-mEgwzIutI-Jp4Z5vIb9426aAGH9ksNJ0MU4Bk,2034
1232
+ django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown_content.html,sha256=iiRG0us7lIS3q_CPM3h7Uyy_VegNH1oUxQM11FpdJoU,162
1226
1233
  django_spire/notification/app/templates/django_spire/notification/app/element/notification_bell.html,sha256=fwXOY5yi76jQOx5wZQky2mfAs0DFIOwBDwJwOZCdw-8,440
1227
- django_spire/notification/app/templates/django_spire/notification/app/item/notification_item.html,sha256=TwLbKo33MHbyKrBalQTTJ_vqXBLyygNduPe1GdzfN7s,1231
1228
- django_spire/notification/app/templates/django_spire/notification/app/page/list_page.html,sha256=9cEpntq9BQLWdIKa2cq77-KDFivzNPfPKnvQiuLl0fs,166
1234
+ django_spire/notification/app/templates/django_spire/notification/app/item/notification_item.html,sha256=KagHR9pTBWPxHFEIv9TLhWxT_jsGQdIaajqPXCFSaLQ,952
1235
+ django_spire/notification/app/templates/django_spire/notification/app/page/list_page.html,sha256=vE8eDZ8UmQWRI3tqYYAW3FJAIHYkAFcPr86B7ujw_qc,244
1236
+ django_spire/notification/app/templates/django_spire/notification/app/scroll/container/dropdown_container.html,sha256=XCMEJ_XjjI_wwIjUHVK8IB24JIGsJmWxM6Kc98_xBco,2207
1237
+ django_spire/notification/app/templates/django_spire/notification/app/scroll/item/items.html,sha256=LsNhh5n_x_IaRuvDIHRbAHqyBmwfzXfsa12ycZO4XJA,145
1229
1238
  django_spire/notification/app/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1230
1239
  django_spire/notification/app/tests/factories.py,sha256=V0NHRQ-cY-HkSN4jegEFoNk6pVdrTJL6YaQ7hwtxIO8,1280
1231
1240
  django_spire/notification/app/tests/test_apps.py,sha256=xo94F1iYXoHmkDkGlDMcRpxXoF0U83YWoK2Zm5kHgD4,863
@@ -1238,11 +1247,11 @@ django_spire/notification/app/tests/test_views/test_page_views.py,sha256=VIcCcwy
1238
1247
  django_spire/notification/app/urls/__init__.py,sha256=Scogp1Oni-8fJU80cffWj0UoA43tfRaZ43PgjofrW2Y,406
1239
1248
  django_spire/notification/app/urls/json_urls.py,sha256=r-ly6mxXcByH4x54gkTC1-AmwVVA7HiQd-a_5lnL1uU,427
1240
1249
  django_spire/notification/app/urls/page_urls.py,sha256=K2jwK-zoY0N-kcQ4tsYmUZtnKm5m0-b2KHv4bCU2xC0,302
1241
- django_spire/notification/app/urls/template_urls.py,sha256=j6d3-yZu9NY47m69a-JhcnxXnM20x5Xi5qWE4A78zVk,331
1250
+ django_spire/notification/app/urls/template_urls.py,sha256=EpMmjpnyUVU5e5-W5zXfNRm03_FNPx32PtOrXfr0Qg8,485
1242
1251
  django_spire/notification/app/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1243
1252
  django_spire/notification/app/views/json_views.py,sha256=WhdbbeZyzf408vHMUgMQ9ERbawQk085A-Nlrxzve56U,1466
1244
- django_spire/notification/app/views/page_views.py,sha256=Wt6vUoD3qS2b8K3JFj-YKbE81oF0F3Tfi_IEOoadKoA,961
1245
- django_spire/notification/app/views/template_views.py,sha256=4yNJdw-KBLRqK16HMx13geCHjb4wLBjrw8TAcXU9fiE,1173
1253
+ django_spire/notification/app/views/page_views.py,sha256=IojY_oLWrcgOfUaWn2UERkEU3Ka3Ie9nAqCDv_Jb4S8,782
1254
+ django_spire/notification/app/views/template_views.py,sha256=h9UgUXaLxHzLwZhdduVgKHIZYelFrYSupNlQumis3uw,1775
1246
1255
  django_spire/notification/email/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1247
1256
  django_spire/notification/email/admin.py,sha256=KY7AbmQkc07HeQcpiTgcyohemrUBY5eHpniUkD1mLeU,316
1248
1257
  django_spire/notification/email/apps.py,sha256=H3ukWNu1aYgNEYsXQwH6WlIAvF0wGl4UBdOWXF-UBm0,456
@@ -1401,8 +1410,8 @@ django_spire/theme/urls/page_urls.py,sha256=Oak3x_xwQEb01NKdrsB1nk6yPaOEnheuSG1m
1401
1410
  django_spire/theme/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1402
1411
  django_spire/theme/views/json_views.py,sha256=PWwVTaty0BVGbj65L5cxex6JNhc-xVAI_rEYjbJWqEM,1893
1403
1412
  django_spire/theme/views/page_views.py,sha256=WenjOa6Welpu3IMolY56ZwBjy4aK9hpbiMNuygjAl1A,3922
1404
- django_spire-0.24.2.dist-info/licenses/LICENSE.md,sha256=ZAeCT76WvaoEZE9xPhihyWjTwH0wQZXQmyRsnV2VPFs,1091
1405
- django_spire-0.24.2.dist-info/METADATA,sha256=pVb0KnuCc5tuu28_0UqjZvt-NySVfnujEs7V4TFYbRQ,5127
1406
- django_spire-0.24.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
1407
- django_spire-0.24.2.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
1408
- django_spire-0.24.2.dist-info/RECORD,,
1413
+ django_spire-0.25.0.dist-info/licenses/LICENSE.md,sha256=ZAeCT76WvaoEZE9xPhihyWjTwH0wQZXQmyRsnV2VPFs,1091
1414
+ django_spire-0.25.0.dist-info/METADATA,sha256=fOFp3X9L_byesQXucsL17pYMGaV58t2JoM9n_Rz7l4U,5128
1415
+ django_spire-0.25.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
1416
+ django_spire-0.25.0.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
1417
+ django_spire-0.25.0.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- {% extends 'django_spire/card/title_card.html' %}
2
-
3
- {% block card_title %}
4
- Notification List
5
- {% endblock %}
6
-
7
- {% block card_title_content %}
8
- {% for app_notification in notification_list %}
9
- {% include app_notification.template %}
10
- {% endfor %}
11
- {% endblock %}