-
Notifications
You must be signed in to change notification settings - Fork 67
/
template_analysis.json
978 lines (978 loc) · 42.5 KB
/
template_analysis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
{
"all_templates": [
"portal/bounties/components/table.html",
"sub_header/index.html",
"product_management/bounty/helper/filters/expertise.html",
"templates/header.html",
"admin/500.html",
"password_reset/password_reset_complete.html",
"security/base_security.html",
"chapter-1.html",
"sub_header/tooltip.html",
"components/bounty_modal.html",
"admin/login.html",
"debug_toolbar/panels/cache.html",
"password_reset/password_reset.html",
"templates/toast.html",
"partials/add_node_partial.html",
"security/sign_in/sign_in.html",
"product_management/update_bounty.html",
"product_tree/components/sub_header/search.html",
"partials/breadcrumbs_challenge_detail.html",
"product_management/product_area_detail_helper/challenge_main.html",
"product_management/bounty/helper/skill_expertise_tree.html",
"admin/widgets/many_to_many_raw_id.html",
"templates/404.html",
"product_area_detail_helper/challenge_main.html",
"forms/initiative_form.html",
"product_management/products.html",
"admin/color_theme_toggle.html",
"portal/base.html",
"macros/drag.html",
"product_management/bounty/helper/filters/mobile_filter.html",
"buttons/delete_bounty_claim_button.html",
"product_management/bounty/helper/filters/skill.html",
"formtools/preview.html",
"debug_toolbar/panels/versions.html",
"product_management/initiative_detail.html",
"helper/card.html",
"django_filters/rest_framework/form.html",
"debug_toolbar/panels/signals.html",
"product_tree/components/sub_header/index.html",
"partials/gray_star.html",
"macros/tree_name.html",
"product_management/create_organisation_form.html",
"filters/mobile_filter.html",
"apps/flows/challenge_authoring/partials/expertise_options.html",
"password_reset/password_reset_confirm.html",
"product_management/delete_attachment.html",
"product_tree/components/partials/add_node_partial.html",
"templates/selectable_dropdown.html",
"admin/index.html",
"product_management/product_people.html",
"partials/challenge_step_5.html",
"header_without_discord.html",
"product_management/challenge_detail.html",
"portal/bounties/claims.html",
"partials/breadcrumbs_contributor_agreement_template.html",
"portal/products/users/manage.html",
"admin/search_form.html",
"templates/terms_of_use.html",
"helper/macro_fun.html",
"product_management/product_summary.html",
"product_management/partials/buttons/create_bounty_claim_button.html",
"admin/includes/object_delete_summary.html",
"partials/partial_expertises.html",
"enterprise_customers.html",
"admin/filter.html",
"helper/pagination.html",
"product_management/product_idea_list.html",
"product_management/forms/bounty_attachments.html",
"components/skill_tree.html",
"admin/edit_inline/tabular.html",
"forms/bounty_form.html",
"product_management/forms/partials/challenge_bounty_modal.html",
"talent/partials/showcase_achievements.html",
"registration/password_reset_complete.html",
"product_area_detail_helper/empty_form.html",
"product_management/product_initiatives.html",
"partials/challenge_step_nav.html",
"templates/base.html",
"admin/app_list.html",
"templates/complete_profile_pop_up.html",
"header/edit_tree.html",
"components/step_3.html",
"components/mobile_header.html",
"product_management/product_detail_base.html",
"debug_toolbar/panels/settings.html",
"debug_toolbar/redirect.html",
"components/step_2.html",
"security/sign_in/sign_in_form.html",
"product_tree/components/header/reset_tree.html",
"admin/change_form.html",
"templates/header_full.html",
"product_management/bounty/helper/filters.html",
"forms/product_form.html",
"portal/components/sidebar.html",
"debug_toolbar/includes/panel_content.html",
"macros/index.html",
"admin/auth/user/change_password.html",
"footer.html",
"admin/change_list.html",
"partials/breadcrumbs_initiative_detail.html",
"django_extensions/widgets/foreignkey_searchinput.html",
"admin/auth/user/add_form.html",
"templates/navbar.html",
"security/password_reset/password_reset.html",
"security/password_reset/password_reset_confirm.html",
"product_tree/index.html",
"sign_in/sign_in.html",
"product_management/product_area_detail_helper/challenge_list.html",
"product_management/forms/partials/challenge_step_nav.html",
"security/sign_up/sign_up_step_0.html",
"users/add.html",
"components/step_1.html",
"sub_header/search.html",
"product_tree/components/partials/create_root_node_partial.html",
"partials/create_root_node_partial.html",
"templates/product_detail.html",
"talent/helper/macro_fun.html",
"templates/enterprise_customers.html",
"product_management/forms/product_form.html",
"product_tree/components/main/macros/expand_button.html",
"product_management/forms/partials/skill_tree.html",
"sign_up/sign_up_form.html",
"bounty/list.html",
"portal/components/attachments.html",
"product_tree/components/header/edit_tree.html",
"debug_toolbar/panels/history.html",
"product_management/create_initiative.html",
"buttons/dropdown_actions.html",
"forms/contributor_agreement_template_form.html",
"registration/password_reset_confirm.html",
"security/password_reset/password_reset_complete.html",
"product_tree/components/sub_header/tooltip.html",
"product_management/capability_detail.html",
"product_management/bounty/helper/filters/desktop_filter.html",
"talent/helper/profile_info.html",
"forms/capability_form.html",
"product_management/product_challenges.html",
"apps/portal/table.html",
"debug_toolbar/panels/sql_explain.html",
"partials/breadcrumbs_bounty_detail.html",
"helper/header.html",
"partials/challenge_step_3.html",
"filters/status.html",
"templates/chapter-1.html",
"formtools/wizard/wizard_form.html",
"security/sign_up/sign_up_step_2.html",
"header/index.html",
"product_management/bounty/helper/small_card.html",
"product_management/add_product_idea.html",
"talent/partials/horizontal_dropdown_dots.html",
"header/reset_tree.html",
"product_area_detail_helper/challenge_list.html",
"components/step_4.html",
"registration/password_reset_email.html",
"product_area_detail/card.html",
"navbar.html",
"product_management/product_ideas_and_bugs.html",
"filters/skill.html",
"admin/object_history.html",
"product_management/summary_structure.html",
"forms/challenge_form.html",
"product_management/forms/bounty_form.html",
"talent/bounty_claim_attempt.html",
"debug_toolbar/panels/sql.html",
"talent/showcase.html",
"partials/initiative_challenge_table.html",
"bounties/my_bounties.html",
"challenges/manage.html",
"filters/expertise.html",
"helper/small_card.html",
"admin/base_site.html",
"product_management/bounty/helper/card.html",
"admin/delete_selected_confirmation.html",
"admin/delete_confirmation.html",
"portal/products/detail.html",
"components/sidebar.html",
"talent/helper/empty_form.html",
"product_management/product_bug_form.html",
"product_management/contributor_agreement_template_detail.html",
"product_management/product_detail_base_with_macro.html",
"products/settings.html",
"helper/macros_fun.html",
"partials/challenge_step_1.html",
"templates/privacy_policy.html",
"registration/password_reset_done.html",
"partials/create_node_partial.html",
"templates/logo.html",
"debug_toolbar/panels/history_tr.html",
"components/step_5.html",
"product_management/bounty/helper/pagination.html",
"helper/profile_info.html",
"templates/footer.html",
"admin/submit_line.html",
"components/step_nav.html",
"admin/invalid_setup.html",
"product_management/bounty/partials/expertise.html",
"templates/video_player_modal.html",
"components/attachments.html",
"partials/bounty_detail_table.html",
"portal/work/review.html",
"main.html",
"product_management/forms/partials/challenge_step_1.html",
"admin/change_list_object_tools.html",
"product_tree/components/main/macros/tree_name.html",
"debug_toolbar/panels/request_variables.html",
"security/sign_up/sign_up_form.html",
"product_management/update_product_idea.html",
"admin/date_hierarchy.html",
"product_management/forms/partials/expertise_options.html",
"base.html",
"admin/widgets/radio.html",
"debug_toolbar/panels/template_source.html",
"main/empty_result.html",
"logo.html",
"users/manage.html",
"header_full.html",
"admin/widgets/foreign_key_raw_id.html",
"product_management/partials/breadcrumbs_bounty_detail.html",
"product_management/bounty_detail.html",
"unauthenticated_tree/index.html",
"debug_toolbar/base.html",
"sign_up/sign_up_step_2.html",
"forms/bounty_attachments.html",
"password_reset/password_reset_done.html",
"talent/profile.html",
"product_area_detail_helper/challenge_card.html",
"admin/edit_inline/stacked.html",
"registration/password_change_done.html",
"partials/star_rating.html",
"product_tree/components/main/macros/index.html",
"partials/update_node_partial.html",
"toast.html",
"product_management/product_area_detail.html",
"registration/password_reset_form.html",
"debug_toolbar/panels/sql_select.html",
"portal/dashboard.html",
"talent/partials/profile_form.html",
"security/password_reset/password_reset_form.html",
"product_management/create_product.html",
"partials/challenge_filter_partial.html",
"complete_profile_pop_up.html",
"talent/partials/star_rating.html",
"product_management/product_idea_form.html",
"admin/widgets/split_datetime.html",
"product_management/bounty/helper/header.html",
"debug_toolbar/panels/timer.html",
"product_management/forms/initiative_form.html",
"templates/about.html",
"portal/products/settings.html",
"product_management/forms/partials/challenge_step_5.html",
"admin/404.html",
"helper/filters.html",
"security/sign_in/password_reset_required.html",
"helper/skills.html",
"product_management/product_area_detail_helper/product_area_detail/product_area_view.html",
"debug_toolbar/panels/request.html",
"debug_toolbar/panels/sql_profile.html",
"components/bounty_table.html",
"product_management/product_area_detail_helper/product_area_detail/card.html",
"partials/skill_tree.html",
"admin/change_form_object_tools.html",
"filters/desktop_filter.html",
"about.html",
"privacy_policy.html",
"product_tree/components/header/index.html",
"debug_toolbar/panels/headers.html",
"home.html",
"portal/products/users/add.html",
"product_management/product_area_detail_helper/empty_form.html",
"header.html",
"partials/partial_update_node.html",
"macros/action_buttons.html",
"templates/base_html.html",
"admin/app_index.html",
"product_management/product_bug_detail.html",
"admin/prepopulated_fields_js.html",
"product_management/product_tree.html",
"portal/work/components/table.html",
"product_management/product_bug_list.html",
"components/form_buttons.html",
"talent/partials/delete_feedback_form.html",
"product_tree/components/main/macros/action_buttons.html",
"admin/base.html",
"sign_up/sign_up.html",
"product_management/partials/challenge_filter_partial.html",
"work/review.html",
"registration/logged_out.html",
"product_management/create_bounty.html",
"product_management/product_idea_detail.html",
"sub_header/add_product_button.html",
"product_management/partials/breadcrumbs_challenge_detail.html",
"django_filters/widgets/multiwidget.html",
"partials/feedback_form.html",
"product_management/forms/partials/challenge_step_4.html",
"product_management/forms/capability_form.html",
"product_tree/components/partials/partial_update_node.html",
"admin/includes/fieldset.html",
"partials/showcase_achievements.html",
"components/skill_tree_item.html",
"product_management/create_organisation.html",
"product_management/forms/bounty_empty_attachment.html",
"partials/expertise.html",
"base_html.html",
"video_player_modal.html",
"terms_of_use.html",
"sign_in/sign_in_form.html",
"macros/video.html",
"product_management/forms/challenge_form.html",
"product_management/forms/update_challenge_form.html",
"product_management/bounty/helper/macros_fun.html",
"product_management/partials/bounty_detail_table.html",
"talent/partials/partial_expertises.html",
"formtools/form.html",
"product_management/update_product_bug.html",
"product_management/product_area_detail_helper/product_area_update.html",
"admin/popup_response.html",
"product_tree/components/main/macros/drag.html",
"helper/social_links.html",
"product_management/product_area_detail_helper/challenge_card.html",
"product_management/forms/partials/challenge_step_2.html",
"agreements/templates.html",
"password_reset/password_reset_form.html",
"talent/helper/skills.html",
"debug_toolbar/panels/staticfiles.html",
"forms/update_challenge_form.html",
"product_management/partials/breadcrumbs_contributor_agreement_template.html",
"auth/widgets/read_only_password_hash.html",
"users/update.html",
"helper/empty_form.html",
"forms/bounty_empty_attachment.html",
"product_area_detail/product_area_breadcrumbs.html",
"product_area_detail_helper/filter_modal.html",
"talent/helper/social_links.html",
"debug_toolbar/panels/templates.html",
"product_area_detail/product_area_view.html",
"buttons/create_bounty_claim_button.html",
"partials/yellow_star.html",
"product_tree/components/main/empty_result.html",
"portal/components/mobile_header.html",
"product_management/forms/contributor_agreement_template_form.html",
"admin/widgets/related_widget_wrapper.html",
"portal/challenges/manage.html",
"partials/challenge_step_2.html",
"talent/partials/gray_star.html",
"bounties/claims.html",
"product_detail.html",
"admin/widgets/url.html",
"product_management/update_product.html",
"attachments.html",
"product_management/create_capability.html",
"django_filters/rest_framework/crispy_form.html",
"bounties/manage.html",
"portal/bounties/my_bounties.html",
"components/table.html",
"product_management/bounty/list.html",
"templates/header_without_discord.html",
"partials/horizontal_dropdown_dots.html",
"talent/partials/feedback_form.html",
"templates/home.html",
"partials/challenge_bounty_modal.html",
"selectable_dropdown.html",
"portal/bounties/manage.html",
"partials/challenge_step_4.html",
"admin/widgets/clearable_file_input.html",
"components/navigation.html",
"product_tree/components/sub_header/add_product_button.html",
"product_management/product_bounties.html",
"product_management/partials/buttons/delete_bounty_claim_button.html",
"portal/agreements/templates.html",
"404.html",
"admin/change_list_results.html",
"security/password_reset/password_reset_done.html",
"partials/expertise_options.html",
"product_management/product_area_detail_helper/filter_modal.html",
"talent/partials/yellow_star.html",
"product_management/create_contributor_agreement_template.html",
"product_management/partials/buttons/dropdown_actions.html",
"product_tree/components/partials/update_node_partial.html",
"admin/actions.html",
"product_area_detail_helper/product_area_update.html",
"talent/bounty_delivery_attempt_detail.html",
"product_management/create_challenge.html",
"product_tree/components/main/macros/video.html",
"product_management/forms/partials/challenge_step_3.html",
"registration/password_change_form.html",
"helper/expertises.html",
"product_management/add_product_bug.html",
"admin/nav_sidebar.html",
"sign_in/password_reset_required.html",
"talent/helper/expertises.html",
"security/logout.html",
"product_tree/components/partials/create_node_partial.html",
"product_management/partials/initiative_challenge_table.html",
"product_management/bounty/helper/filters/status.html",
"product_management/product_area_detail_helper/product_area_detail/product_area_breadcrumbs.html",
"partials/dropdown_search.html",
"product_management/bounty/partials/list_partials.html",
"product_management/includes/summary_structure.html",
"partials/list_partials.html",
"templates/attachments.html",
"debug_toolbar/includes/panel_button.html",
"sign_up/sign_up_step_1.html",
"introduction.html",
"security/sign_up/sign_up.html",
"templates/main.html",
"debug_toolbar/panels/profiling.html",
"products/detail.html",
"product_management/partials/breadcrumbs_initiative_detail.html",
"portal/challenges/components/table.html",
"sign_up/sign_up_step_0.html",
"partials/delete_feedback_form.html",
"macros/expand_button.html",
"talent/profile_picture.html",
"admin/pagination.html",
"product_management/update_challenge.html",
"templates/introduction.html",
"portal/products/users/update.html",
"security/sign_up/sign_up_step_1.html"
],
"used_templates": [
"components/step_1.html",
"product_management/delete_challenge.html",
"product_management/bounty/helper/filters/expertise.html",
"portal/bounties/components/table.html",
"product_management/forms/partials/challenge_step_4.html",
"security/base_security.html",
"product_management/forms/capability_form.html",
"product_management/flows/challenge_authoring/components/skill_tree_item.html",
"product_management/partials/breadcrumbs_bounty_detail.html",
"admin/includes/fieldset.html",
"chapter-1.html",
"product_management/bounty_detail.html",
"components/bounty_modal.html",
"components/skill_tree_item.html",
"unauthenticated_tree/index.html",
"product_management/create_organisation.html",
"product_tree/components/partials/create_root_node_partial.html",
"base_html.html",
"terms_of_use.html",
"video_player_modal.html",
"product_management/forms/challenge_form.html",
"product_management/forms/update_challenge_form.html",
"security/sign_up/sign_up_step_1.html",
"security/sign_in/sign_in.html",
"product_management/bounty/helper/macros_fun.html",
"product_management/partials/bounty_detail_table.html",
"product_management/update_bounty.html",
"product_management/update_product_bug.html",
"product_tree/components/sub_header/search.html",
"product_management/forms/product_form.html",
"product_tree/components/main/macros/drag.html",
"product_tree/components/main/macros/expand_button.html",
"product_management/product_area_detail_helper/challenge_card.html",
"product_management/product_area_detail_helper/product-area-detail/product-area_breadcrumbs.html",
"product_management/bounty/helper/skill_expertise_tree.html",
"product_tree/components/header/edit_tree.html",
"product_management/create_initiative.html",
"portal/templates/product_settings.html",
"product_management/forms/partials/challenge_step_2.html",
"security/password_reset/password_reset_complete.html",
"talent/helper/skills.html",
"product_management/products.html",
"admin/color_theme_toggle.html",
"portal/base.html",
"product_management/bounty/helper/filters/mobile_filter.html",
"toast.html",
"product_management/bounty/helper/filters/skill.html",
"product_management/product_area_detail.html",
"product_tree/components/sub_header/tooltip.html",
"product_management/partials/breadcrumbs_contributor_agreement_template.html",
"django/forms/widgets/attrs.html",
"product_management/initiative_detail.html",
"product_management/bounty/helper/filters/desktop_filter.html",
"talent/helper/profile_info.html",
"product_management/product_challenges.html",
"product_management/dashboard/challenge_table.html",
"product_management/tree_helper/alert.html",
"portal/dashboard.html",
"product_tree/components/sub_header/index.html",
"talent/helper/social_links.html",
"product_management/create_organisation_form.html",
"security/sign_up/sign_up_step_2.html",
"security/password_reset/password_reset_form.html",
"product_management/create_product.html",
"complete_profile_pop_up.html",
"product_management/bounty/helper/small_card.html",
"product_management/add_product_idea.html",
"product_tree/components/main/empty_result.html",
"portal/components/mobile_header.html",
"product_tree/components/partials/add_node_partial.html",
"product_management/forms/contributor_agreement_template_form.html",
"talent/partials/star_rating.html",
"product_management/product_idea_form.html",
"components/step_4.html",
"portal/challenges/manage.html",
"talent/partials/gray_star.html",
"django/forms/widgets/multiple_input.html",
"product_management/forms/initiative_form.html",
"bounty_claim_requests.html",
"product_management/update_product.html",
"admin/index.html",
"attachments.html",
"product_management/forms/product-form.html",
"product_management/product-detail_base_with_macro.html",
"product_management/product_people.html",
"portal/products/settings.html",
"product_management/product_area_detail_helper/product-area-detail/card.html",
"header_without_discord.html",
"product_management/forms/partials/challenge_step_5.html",
"header_full.html",
"product_management/challenge_detail.html",
"portal/bounties/my_bounties.html",
"portal/bounties/claims.html",
"portal/products/users/manage.html",
"product_management/product_area_detail_helper/product-area-update.html",
"navbar.html",
"product_management/product_ideas_and_bugs.html",
"talent/partials/feedback_form.html",
"product_management/forms/bounty_form.html",
"product_management/product_summary.html",
"product_management/partials/buttons/create_bounty_claim_button.html",
"admin/includes/object_delete_summary.html",
"security/sign_in/password_reset_required.html",
"selectable_dropdown.html",
"talent/bounty_claim_attempt.html",
"enterprise_customers.html",
"talent/showcase.html",
"product_management/product_idea_list.html",
"tag",
"product_tree/components/sub_header/add_product_button.html",
"components/skill_tree.html",
"product_management/forms/partials/challenge_bounty_modal.html",
"talent/partials/showcase_achievements.html",
"portal/agreements/templates.html",
"404.html",
"admin/base_site.html",
"product_management/bounty/helper/card.html",
"security/password_reset/password_reset_done.html",
"portal/products/detail.html",
"product_management/product_initiatives.html",
"product_management/product_area_detail_helper/filter_modal.html",
"product_management/product_bug_form.html",
"product_management/contributor_agreement_template_detail.html",
"portal/products/list.html",
"talent/partials/yellow_star.html",
"product_management/create_contributor_agreement_template.html",
"admin/app_list.html",
"product_management/partials/buttons/dropdown_actions.html",
"portal/bounties/list.html",
"product_management/product_detail_base_with_macro.html",
"product_tree/components/partials/update_node_partial.html",
"talent/bounty_delivery_attempt_detail.html",
"product_management/tree_helper/edit_button.html",
"about.html",
"privacy_policy.html",
"components/step_3.html",
"product_tree/components/main/macros/video.html",
"product_management/product_area_detail_helper/product-area-detail/product-area_view.html",
"product_tree/components/header/index.html",
"product_management/product_detail_base.html",
"product_management/forms/partials/challenge_step_3.html",
"home.html",
"portal/products/users/add.html",
"debug_toolbar/panels/history_tr.html",
"product_management/product/detail.html",
"components/step_5.html",
"components/step_2.html",
"product_management/bounty/helper/pagination.html",
"product_management/add_product_bug.html",
"security/sign_in/sign_in_form.html",
"admin/nav_sidebar.html",
"talent/helper/expertises.html",
"product_tree/components/header/reset_tree.html",
"security/logout.html",
"admin/change_form.html",
"product_management/bounty/helper/filters.html",
"product_management/product-detail_base.html",
"product_management/partials/breadcrumbs_challenge-detail.html",
"components/step_nav.html",
"portal/components/sidebar.html",
"product_tree/components/partials/create_node_partial.html",
"product_management/product_bug_detail.html",
"product_management/partials/initiative_challenge_table.html",
"product_management/bounty/helper/filters/status.html",
"debug_toolbar/includes/panel_content.html",
"product_management/bounty/partials/list_partials.html",
"product_management/product_tree.html",
"product_management/includes/summary_structure.html",
"footer.html",
"portal/work/components/table.html",
"product_management/product_bug_list.html",
"debug_toolbar/includes/panel_button.html",
"portal/work/review.html",
"components/form_buttons.html",
"main.html",
"product_management/forms/partials/challenge_step_1.html",
"talent/partials/delete_feedback_form.html",
"introduction.html",
"security/sign_up/sign_up.html",
"product_tree/components/main/macros/action_buttons.html",
"product_management/partials/breadcrumbs_initiative-detail.html",
"security/password_reset/password_reset.html",
"admin/base.html",
"product_tree/components/main/macros/tree_name.html",
"security/password_reset/password_reset_confirm.html",
"debug_toolbar/panels/request_variables.html",
"security/sign_up/sign_up_form.html",
"product_tree/index.html",
"product_management/create_bounty.html",
"product_management/update_product_idea.html",
"product_management/product_area_detail_helper/challenge_list.html",
"product_management/product_idea_detail.html",
"base.html",
"django/forms/widgets/input.html",
"talent/profile_picture.html",
"product_management/update_challenge.html",
"product_management/forms/partials/challenge_step_nav.html",
"logo.html",
"portal/products/users/update.html",
"security/sign_up/sign_up_step_0.html",
"admin/widgets/foreign_key_raw_id.html"
],
"unused_templates": [
"sub_header/index.html",
"templates/header.html",
"partials/feedback_form.html",
"admin/500.html",
"sub_header/search.html",
"password_reset/password_reset_complete.html",
"product_tree/components/partials/partial_update_node.html",
"sub_header/tooltip.html",
"admin/login.html",
"debug_toolbar/panels/cache.html",
"partials/showcase_achievements.html",
"debug_toolbar/base.html",
"product_management/forms/bounty_empty_attachment.html",
"partials/expertise.html",
"sign_in/sign_in_form.html",
"macros/video.html",
"password_reset/password_reset.html",
"templates/toast.html",
"partials/add_node_partial.html",
"partials/create_root_node_partial.html",
"talent/partials/partial_expertises.html",
"formtools/form.html",
"templates/product_detail.html",
"sign_up/sign_up_step_2.html",
"forms/bounty_attachments.html",
"password_reset/password_reset_done.html",
"talent/helper/macro_fun.html",
"talent/profile.html",
"product_management/product_area_detail_helper/product_area_update.html",
"product_area_detail_helper/challenge_card.html",
"templates/enterprise_customers.html",
"admin/popup_response.html",
"admin/edit_inline/stacked.html",
"registration/password_change_done.html",
"product_management/forms/partials/skill_tree.html",
"sign_up/sign_up_form.html",
"partials/breadcrumbs_challenge_detail.html",
"product_management/product_area_detail_helper/challenge_main.html",
"admin/widgets/many_to_many_raw_id.html",
"helper/social_links.html",
"bounty/list.html",
"portal/components/attachments.html",
"debug_toolbar/panels/history.html",
"partials/star_rating.html",
"templates/404.html",
"product_area_detail_helper/challenge_main.html",
"buttons/dropdown_actions.html",
"forms/contributor_agreement_template_form.html",
"registration/password_reset_confirm.html",
"agreements/templates.html",
"password_reset/password_reset_form.html",
"forms/initiative_form.html",
"debug_toolbar/panels/staticfiles.html",
"product_tree/components/main/macros/index.html",
"forms/update_challenge_form.html",
"partials/update_node_partial.html",
"macros/drag.html",
"buttons/delete_bounty_claim_button.html",
"registration/password_reset_form.html",
"formtools/preview.html",
"debug_toolbar/panels/versions.html",
"debug_toolbar/panels/sql_select.html",
"auth/widgets/read_only_password_hash.html",
"users/update.html",
"helper/empty_form.html",
"product_management/capability_detail.html",
"forms/capability_form.html",
"django_filters/rest_framework/form.html",
"debug_toolbar/panels/signals.html",
"helper/card.html",
"forms/bounty_empty_attachment.html",
"apps/portal/table.html",
"debug_toolbar/panels/sql_explain.html",
"product_area_detail/product_area_breadcrumbs.html",
"product_area_detail_helper/filter_modal.html",
"partials/breadcrumbs_bounty_detail.html",
"helper/header.html",
"partials/challenge_step_3.html",
"partials/gray_star.html",
"filters/status.html",
"talent/partials/profile_form.html",
"templates/chapter-1.html",
"macros/tree_name.html",
"formtools/wizard/wizard_form.html",
"filters/mobile_filter.html",
"debug_toolbar/panels/templates.html",
"partials/challenge_filter_partial.html",
"header/index.html",
"apps/flows/challenge_authoring/partials/expertise_options.html",
"password_reset/password_reset_confirm.html",
"product_area_detail/product_area_view.html",
"buttons/create_bounty_claim_button.html",
"talent/partials/horizontal_dropdown_dots.html",
"header/reset_tree.html",
"product_management/delete_attachment.html",
"product_area_detail_helper/challenge_list.html",
"partials/yellow_star.html",
"templates/selectable_dropdown.html",
"admin/widgets/related_widget_wrapper.html",
"partials/challenge_step_2.html",
"admin/widgets/split_datetime.html",
"product_management/bounty/helper/header.html",
"debug_toolbar/panels/timer.html",
"bounties/claims.html",
"product_detail.html",
"admin/widgets/url.html",
"product_management/create_capability.html",
"django_filters/rest_framework/crispy_form.html",
"templates/about.html",
"partials/challenge_step_5.html",
"bounties/manage.html",
"registration/password_reset_email.html",
"product_area_detail/card.html",
"admin/404.html",
"partials/breadcrumbs_contributor_agreement_template.html",
"components/table.html",
"product_management/bounty/list.html",
"admin/search_form.html",
"templates/terms_of_use.html",
"templates/header_without_discord.html",
"filters/skill.html",
"admin/object_history.html",
"product_management/summary_structure.html",
"partials/horizontal_dropdown_dots.html",
"helper/macro_fun.html",
"templates/home.html",
"forms/challenge_form.html",
"helper/filters.html",
"partials/challenge_bounty_modal.html",
"partials/partial_expertises.html",
"portal/bounties/manage.html",
"helper/skills.html",
"admin/filter.html",
"debug_toolbar/panels/sql.html",
"product_management/product_area_detail_helper/product_area_detail/product_area_view.html",
"helper/pagination.html",
"partials/challenge_step_4.html",
"admin/widgets/clearable_file_input.html",
"partials/initiative_challenge_table.html",
"components/navigation.html",
"product_management/forms/bounty_attachments.html",
"bounties/my_bounties.html",
"challenges/manage.html",
"admin/edit_inline/tabular.html",
"debug_toolbar/panels/request.html",
"forms/bounty_form.html",
"filters/expertise.html",
"debug_toolbar/panels/sql_profile.html",
"helper/small_card.html",
"product_management/product_bounties.html",
"components/bounty_table.html",
"product_management/partials/buttons/delete_bounty_claim_button.html",
"product_management/product_area_detail_helper/product_area_detail/card.html",
"registration/password_reset_complete.html",
"admin/delete_selected_confirmation.html",
"admin/delete_confirmation.html",
"admin/change_list_results.html",
"product_area_detail_helper/empty_form.html",
"partials/expertise_options.html",
"components/sidebar.html",
"partials/challenge_step_nav.html",
"talent/helper/empty_form.html",
"partials/skill_tree.html",
"templates/base.html",
"admin/change_form_object_tools.html",
"filters/desktop_filter.html",
"templates/complete_profile_pop_up.html",
"header/edit_tree.html",
"products/settings.html",
"admin/actions.html",
"product_area_detail_helper/product_area_update.html",
"helper/macros_fun.html",
"product_management/create_challenge.html",
"components/mobile_header.html",
"partials/challenge_step_1.html",
"templates/privacy_policy.html",
"debug_toolbar/panels/settings.html",
"debug_toolbar/panels/headers.html",
"debug_toolbar/redirect.html",
"registration/password_reset_done.html",
"partials/create_node_partial.html",
"product_management/product_area_detail_helper/empty_form.html",
"templates/logo.html",
"registration/password_change_form.html",
"helper/expertises.html",
"header.html",
"helper/profile_info.html",
"partials/partial_update_node.html",
"sign_in/password_reset_required.html",
"macros/action_buttons.html",
"templates/header_full.html",
"templates/footer.html",
"templates/base_html.html",
"forms/product_form.html",
"admin/submit_line.html",
"admin/app_index.html",
"admin/invalid_setup.html",
"admin/prepopulated_fields_js.html",
"product_management/product_area_detail_helper/product_area_detail/product_area_breadcrumbs.html",
"partials/dropdown_search.html",
"product_management/bounty/partials/expertise.html",
"macros/index.html",
"admin/auth/user/change_password.html",
"templates/video_player_modal.html",
"admin/change_list.html",
"partials/list_partials.html",
"partials/breadcrumbs_initiative_detail.html",
"django_extensions/widgets/foreignkey_searchinput.html",
"components/attachments.html",
"templates/attachments.html",
"admin/auth/user/add_form.html",
"partials/bounty_detail_table.html",
"sign_up/sign_up_step_1.html",
"templates/navbar.html",
"templates/main.html",
"admin/change_list_object_tools.html",
"sign_up/sign_up.html",
"product_management/partials/challenge_filter_partial.html",
"debug_toolbar/panels/profiling.html",
"products/detail.html",
"sign_in/sign_in.html",
"work/review.html",
"registration/logged_out.html",
"product_management/partials/breadcrumbs_initiative_detail.html",
"portal/challenges/components/table.html",
"sign_up/sign_up_step_0.html",
"admin/date_hierarchy.html",
"product_management/forms/partials/expertise_options.html",
"partials/delete_feedback_form.html",
"macros/expand_button.html",
"sub_header/add_product_button.html",
"product_management/partials/breadcrumbs_challenge_detail.html",
"admin/widgets/radio.html",
"debug_toolbar/panels/template_source.html",
"main/empty_result.html",
"admin/pagination.html",
"templates/introduction.html",
"users/manage.html",
"users/add.html",
"django_filters/widgets/multiwidget.html"
],
"dynamic_loading_patterns": {
"./analyse_templates.py": [
"template_name = extends_tag.split('\"')[1]",
"template_name = extends_tag.split(\"'\")[1]",
"template_name = extends_tag.split()[1].strip('\"').strip(\"'\")",
"template_name = include_tag.split('\"')[1]",
"template_name = include_tag.split(\"'\")[1]",
"template_name = include_tag.split()[1].strip('\"').strip(\"'\")",
"template_name = None",
"template_name = view.template_name"
],
"./scripts/template_tester.py": [
"render(context)\n return True\n \n except Exception as e:\n self.error_messages['syntax'] = f\"Syntax error in template:\\nError: {str(e)}\"\n return False\n \n def test_django_tags(self) -> bool:\n \"\"\"Test for proper Django template tag syntax\"\"\"\n content = self.template_path.read_text()\n \n # Common Django tag patterns\n patterns = [\n (r'{%\\s*[^%}]+\\s*%}', 'tag')"
],
"./scripts/template_analyzer.py": [
"template_name = str(path)",
"template_name = str(Path(*template_parts[template_index + 1:]))"
],
"./apps/portal/forms.py": [
"template_name = \"portal/templates/product_settings.html\""
],
"./apps/portal/views.py": [
"template_name = \"portal/products/detail.html\"",
"template_name = \"portal/products/list.html\"",
"template_name = \"portal/products/settings.html\"",
"template_name = \"portal/bounties/list.html\"",
"template_name = \"portal/bounties/claims.html\"",
"template_name = \"portal/bounties/my_bounties.html\"",
"template_name = \"portal/challenges/manage.html\"",
"template_name = \"portal/products/users/manage.html\"",
"template_name = \"portal/products/users/add.html\"",
"template_name = \"portal/products/users/update.html\"",
"template_name = \"portal/work/review.html\"",
"template_name = \"portal/agreements/templates.html\"",
"template_name = \"portal/dashboard.html\""
],
"./apps/capabilities/security/views.py": [
"template_name = \"security/sign_up/sign_up.html\"",
"template_name = \"security/sign_in/sign_in.html\"",
"template_name = \"security/sign_in/password_reset_required.html\"",
"template_name = \"security/password_reset/password_reset.html\"",
"template_name = \"security/password_reset/password_reset_done.html\"",
"template_name = \"security/password_reset/password_reset_confirm.html\"",
"template_name = \"security/password_reset/password_reset_complete.html\"",
"template_name = \"security/logout.html\""
],
"./apps/capabilities/product_management/views/product_views.py": [
"render(self.request, self.get_template_names()",
"template_name = 'product_management/create_product.html'",
"template_name = \"product_management/update_product.html\"",
"template_name = \"product_management/create_organisation.html\"",
"template_name = \"product_management/product_challenges.html\"",
"template_name = \"product_management/update_challenge.html\"",
"template_name = \"product_management/delete_challenge.html\"",
"template_name = \"product_management/bounty_detail.html\"",
"template_name = \"product_management/products.html\"",
"template_name = \"product_management/product_summary.html\"",
"template_name = \"product_management/product_challenges.html\"",
"template_name = \"product_management/product_initiatives.html\"",
"template_name = \"product_tree/components/partials/create_node_partial.html\"",
"template_name = \"product_management/product_area_detail.html\"",
"template_name = \"product_management/product_area_detail.html\"",
"template_name = \"product_management/product_tree.html\"",
"template_name = \"product_management/product_people.html\"",
"template_name = \"product_management/challenge_detail.html\"",
"template_name = \"product_management/create_initiative.html\"",
"template_name = \"product_management/initiative_detail.html\"",
"template_name = \"product_management/create_bounty.html\"",
"template_name = self.request.POST.get(\"from\")",
"template_name == \"bounty_detail_table.html\":",
"template_name = \"product_management/update_bounty.html\"",
"template_name = \"product_management/create_contributor_agreement_template.html\"",
"template_name = \"product_management/contributor_agreement_template_detail.html\"",
"template_name = \"product_management/product/detail.html\""
],
"./apps/capabilities/product_management/views/ideas_and_bugs_views.py": [
"template_name = \"product_management/product_ideas_and_bugs.html\"",
"template_name = \"product_management/add_product_idea.html\"",
"template_name = \"product_management/product_idea_list.html\"",
"template_name = \"product_management/product_bug_list.html\"",
"template_name = \"product_management/product_idea_detail.html\"",
"template_name = \"product_management/update_product_idea.html\"",
"template_name = \"product_management/add_product_bug.html\"",
"template_name = \"product_management/product_bug_detail.html\"",
"template_name = \"product_management/update_product_bug.html\""
],
"./apps/capabilities/talent/views.py": [
"template_name = \"talent/helper/expertises.html\"",
"template_name = \"talent/showcase.html\"",
"template_name = \"talent/partials/feedback_form.html\"",
"template_name = \"talent/partials/feedback_form.html\"",
"template_name = \"talent/partials/delete_feedback_form.html\"",
"template_name = \"talent/bounty_claim_attempt.html\"",
"template_name = \"talent/bounty_delivery_attempt_detail.html\""
],
"./apps/common/views.py": [
"render(request, \"privacy_policy.html\")\n\n\ndef terms_of_use(request)",
"render(request, \"terms_of_use.html\")\n\n\ndef enterprise_customers(request)",
"render(request, \"enterprise_customers.html\")",
"render(request, \"404.html\")\n\n\ndef version_view(request):\n return HttpResponse(f\"Version Number: {version.version}\")"
],
"./apps/canopy/views.py": [
"render(request, \"introduction.html\")\n\n\ndef chapter1(request)",
"render(request, \"chapter-1.html\")\n\n\nclass ProductTreeView(generic.CreateView)",
"template_name = \"unauthenticated_tree/index.html\"",
"template_name = \"unauthenticated_tree/index.html\""
],
"./apps/flows/challenge_authoring/views.py": [
"template_name = 'main.html'"
]
}
}