diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1224312a5b823986789b4fc125f52636e261b300..955750958d170e723e9714295750d0e1204e878f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,3 +5,5 @@ include:
       file: /ci/test.yml
     - project: "AlekSIS/official/AlekSIS"
       file: /ci/build_dist.yml
+    - project: "AlekSIS/official/AlekSIS"
+      file: /ci/deploy_pypi.yml
diff --git a/aleksis/apps/hjelp/forms.py b/aleksis/apps/hjelp/forms.py
index efe5441826ccd1f7d87557f7b1d815dd986d2fcc..21d508b152466de38a8f52e0ee14239a25420f19 100644
--- a/aleksis/apps/hjelp/forms.py
+++ b/aleksis/apps/hjelp/forms.py
@@ -75,10 +75,7 @@ class FeedbackForm(forms.Form):
     )
 
     performance_rating = forms.ChoiceField(
-        label=_("Speed"),
-        choices=ratings,
-        widget=forms.RadioSelect(),
-        required=True,
+        label=_("Speed"), choices=ratings, widget=forms.RadioSelect(), required=True,
     )
 
     usability_rating = forms.ChoiceField(
diff --git a/aleksis/apps/hjelp/migrations/0001_initial.py b/aleksis/apps/hjelp/migrations/0001_initial.py
index d452ec4418ccd3364d18c646b940bcaa8f27baf3..77c8ec56111edd6e1e0e395f3ddfe2ae581ea8f3 100644
--- a/aleksis/apps/hjelp/migrations/0001_initial.py
+++ b/aleksis/apps/hjelp/migrations/0001_initial.py
@@ -12,79 +12,3097 @@ class Migration(migrations.Migration):
     initial = True
 
     dependencies = [
-        ('sites', '0002_alter_domain_unique'),
+        ("sites", "0002_alter_domain_unique"),
     ]
 
     operations = [
         migrations.CreateModel(
-            name='HjelpGlobalPermissions',
+            name="HjelpGlobalPermissions",
             fields=[
-                ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
-                ('extended_data', django.contrib.postgres.fields.jsonb.JSONField(default=dict, editable=False)),
+                (
+                    "id",
+                    models.AutoField(
+                        auto_created=True,
+                        primary_key=True,
+                        serialize=False,
+                        verbose_name="ID",
+                    ),
+                ),
+                (
+                    "extended_data",
+                    django.contrib.postgres.fields.jsonb.JSONField(
+                        default=dict, editable=False
+                    ),
+                ),
             ],
             options={
-                'permissions': (('view_faq', 'Can view FAQ'), ('ask_faq', 'Can ask FAQ question'), ('report_issue', 'Can report issues'), ('send_feedback', 'Can send feedback')),
-                'managed': False,
+                "permissions": (
+                    ("view_faq", "Can view FAQ"),
+                    ("ask_faq", "Can ask FAQ question"),
+                    ("report_issue", "Can report issues"),
+                    ("send_feedback", "Can send feedback"),
+                ),
+                "managed": False,
             },
-            managers=[
-                ('objects', django.contrib.sites.managers.CurrentSiteManager()),
-            ],
+            managers=[("objects", django.contrib.sites.managers.CurrentSiteManager()),],
         ),
         migrations.CreateModel(
-            name='IssueCategory',
+            name="IssueCategory",
             fields=[
-                ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
-                ('extended_data', django.contrib.postgres.fields.jsonb.JSONField(default=dict, editable=False)),
-                ('name', models.CharField(max_length=40, verbose_name='Name')),
-                ('icon', models.CharField(blank=True, choices=[('3d_rotation', '3d_rotation'), ('ac_unit', 'ac_unit'), ('access_alarm', 'access_alarm'), ('access_alarms', 'access_alarms'), ('access_time', 'access_time'), ('accessibility', 'accessibility'), ('accessible', 'accessible'), ('account_balance', 'account_balance'), ('account_balance_wallet', 'account_balance_wallet'), ('account_box', 'account_box'), ('account_circle', 'account_circle'), ('adb', 'adb'), ('add', 'add'), ('add_a_photo', 'add_a_photo'), ('add_alarm', 'add_alarm'), ('add_alert', 'add_alert'), ('add_box', 'add_box'), ('add_circle', 'add_circle'), ('add_circle_outline', 'add_circle_outline'), ('add_location', 'add_location'), ('add_shopping_cart', 'add_shopping_cart'), ('add_to_photos', 'add_to_photos'), ('add_to_queue', 'add_to_queue'), ('adjust', 'adjust'), ('airline_seat_flat', 'airline_seat_flat'), ('airline_seat_flat_angled', 'airline_seat_flat_angled'), ('airline_seat_individual_suite', 'airline_seat_individual_suite'), ('airline_seat_legroom_extra', 'airline_seat_legroom_extra'), ('airline_seat_legroom_normal', 'airline_seat_legroom_normal'), ('airline_seat_legroom_reduced', 'airline_seat_legroom_reduced'), ('airline_seat_recline_extra', 'airline_seat_recline_extra'), ('airline_seat_recline_normal', 'airline_seat_recline_normal'), ('airplanemode_active', 'airplanemode_active'), ('airplanemode_inactive', 'airplanemode_inactive'), ('airplay', 'airplay'), ('airport_shuttle', 'airport_shuttle'), ('alarm', 'alarm'), ('alarm_add', 'alarm_add'), ('alarm_off', 'alarm_off'), ('alarm_on', 'alarm_on'), ('album', 'album'), ('all_inclusive', 'all_inclusive'), ('all_out', 'all_out'), ('android', 'android'), ('announcement', 'announcement'), ('apps', 'apps'), ('archive', 'archive'), ('arrow_back', 'arrow_back'), ('arrow_downward', 'arrow_downward'), ('arrow_drop_down', 'arrow_drop_down'), ('arrow_drop_down_circle', 'arrow_drop_down_circle'), ('arrow_drop_up', 'arrow_drop_up'), ('arrow_forward', 'arrow_forward'), ('arrow_upward', 'arrow_upward'), ('art_track', 'art_track'), ('aspect_ratio', 'aspect_ratio'), ('assessment', 'assessment'), ('assignment', 'assignment'), ('assignment_ind', 'assignment_ind'), ('assignment_late', 'assignment_late'), ('assignment_return', 'assignment_return'), ('assignment_returned', 'assignment_returned'), ('assignment_turned_in', 'assignment_turned_in'), ('assistant', 'assistant'), ('assistant_photo', 'assistant_photo'), ('attach_file', 'attach_file'), ('attach_money', 'attach_money'), ('attachment', 'attachment'), ('audiotrack', 'audiotrack'), ('autorenew', 'autorenew'), ('av_timer', 'av_timer'), ('backspace', 'backspace'), ('backup', 'backup'), ('battery_alert', 'battery_alert'), ('battery_charging_full', 'battery_charging_full'), ('battery_full', 'battery_full'), ('battery_std', 'battery_std'), ('battery_unknown', 'battery_unknown'), ('beach_access', 'beach_access'), ('beenhere', 'beenhere'), ('block', 'block'), ('bluetooth', 'bluetooth'), ('bluetooth_audio', 'bluetooth_audio'), ('bluetooth_connected', 'bluetooth_connected'), ('bluetooth_disabled', 'bluetooth_disabled'), ('bluetooth_searching', 'bluetooth_searching'), ('blur_circular', 'blur_circular'), ('blur_linear', 'blur_linear'), ('blur_off', 'blur_off'), ('blur_on', 'blur_on'), ('book', 'book'), ('bookmark', 'bookmark'), ('bookmark_border', 'bookmark_border'), ('border_all', 'border_all'), ('border_bottom', 'border_bottom'), ('border_clear', 'border_clear'), ('border_color', 'border_color'), ('border_horizontal', 'border_horizontal'), ('border_inner', 'border_inner'), ('border_left', 'border_left'), ('border_outer', 'border_outer'), ('border_right', 'border_right'), ('border_style', 'border_style'), ('border_top', 'border_top'), ('border_vertical', 'border_vertical'), ('branding_watermark', 'branding_watermark'), ('brightness_1', 'brightness_1'), ('brightness_2', 'brightness_2'), ('brightness_3', 'brightness_3'), ('brightness_4', 'brightness_4'), ('brightness_5', 'brightness_5'), ('brightness_6', 'brightness_6'), ('brightness_7', 'brightness_7'), ('brightness_auto', 'brightness_auto'), ('brightness_high', 'brightness_high'), ('brightness_low', 'brightness_low'), ('brightness_medium', 'brightness_medium'), ('broken_image', 'broken_image'), ('brush', 'brush'), ('bubble_chart', 'bubble_chart'), ('bug_report', 'bug_report'), ('build', 'build'), ('burst_mode', 'burst_mode'), ('business', 'business'), ('business_center', 'business_center'), ('cached', 'cached'), ('cake', 'cake'), ('call', 'call'), ('call_end', 'call_end'), ('call_made', 'call_made'), ('call_merge', 'call_merge'), ('call_missed', 'call_missed'), ('call_missed_outgoing', 'call_missed_outgoing'), ('call_received', 'call_received'), ('call_split', 'call_split'), ('call_to_action', 'call_to_action'), ('camera', 'camera'), ('camera_alt', 'camera_alt'), ('camera_enhance', 'camera_enhance'), ('camera_front', 'camera_front'), ('camera_rear', 'camera_rear'), ('camera_roll', 'camera_roll'), ('cancel', 'cancel'), ('card_giftcard', 'card_giftcard'), ('card_membership', 'card_membership'), ('card_travel', 'card_travel'), ('casino', 'casino'), ('cast', 'cast'), ('cast_connected', 'cast_connected'), ('center_focus_strong', 'center_focus_strong'), ('center_focus_weak', 'center_focus_weak'), ('change_history', 'change_history'), ('chat', 'chat'), ('chat_bubble', 'chat_bubble'), ('chat_bubble_outline', 'chat_bubble_outline'), ('check', 'check'), ('check_box', 'check_box'), ('check_box_outline_blank', 'check_box_outline_blank'), ('check_circle', 'check_circle'), ('chevron_left', 'chevron_left'), ('chevron_right', 'chevron_right'), ('child_care', 'child_care'), ('child_friendly', 'child_friendly'), ('chrome_reader_mode', 'chrome_reader_mode'), ('class', 'class'), ('clear', 'clear'), ('clear_all', 'clear_all'), ('close', 'close'), ('closed_caption', 'closed_caption'), ('cloud', 'cloud'), ('cloud_circle', 'cloud_circle'), ('cloud_done', 'cloud_done'), ('cloud_download', 'cloud_download'), ('cloud_off', 'cloud_off'), ('cloud_queue', 'cloud_queue'), ('cloud_upload', 'cloud_upload'), ('code', 'code'), ('collections', 'collections'), ('collections_bookmark', 'collections_bookmark'), ('color_lens', 'color_lens'), ('colorize', 'colorize'), ('comment', 'comment'), ('compare', 'compare'), ('compare_arrows', 'compare_arrows'), ('computer', 'computer'), ('confirmation_number', 'confirmation_number'), ('contact_mail', 'contact_mail'), ('contact_phone', 'contact_phone'), ('contacts', 'contacts'), ('content_copy', 'content_copy'), ('content_cut', 'content_cut'), ('content_paste', 'content_paste'), ('control_point', 'control_point'), ('control_point_duplicate', 'control_point_duplicate'), ('copyright', 'copyright'), ('create', 'create'), ('create_new_folder', 'create_new_folder'), ('credit_card', 'credit_card'), ('crop', 'crop'), ('crop_16_9', 'crop_16_9'), ('crop_3_2', 'crop_3_2'), ('crop_5_4', 'crop_5_4'), ('crop_7_5', 'crop_7_5'), ('crop_din', 'crop_din'), ('crop_free', 'crop_free'), ('crop_landscape', 'crop_landscape'), ('crop_original', 'crop_original'), ('crop_portrait', 'crop_portrait'), ('crop_rotate', 'crop_rotate'), ('crop_square', 'crop_square'), ('dashboard', 'dashboard'), ('data_usage', 'data_usage'), ('date_range', 'date_range'), ('dehaze', 'dehaze'), ('delete', 'delete'), ('delete_forever', 'delete_forever'), ('delete_sweep', 'delete_sweep'), ('description', 'description'), ('desktop_mac', 'desktop_mac'), ('desktop_windows', 'desktop_windows'), ('details', 'details'), ('developer_board', 'developer_board'), ('developer_mode', 'developer_mode'), ('device_hub', 'device_hub'), ('devices', 'devices'), ('devices_other', 'devices_other'), ('dialer_sip', 'dialer_sip'), ('dialpad', 'dialpad'), ('directions', 'directions'), ('directions_bike', 'directions_bike'), ('directions_boat', 'directions_boat'), ('directions_bus', 'directions_bus'), ('directions_car', 'directions_car'), ('directions_railway', 'directions_railway'), ('directions_run', 'directions_run'), ('directions_subway', 'directions_subway'), ('directions_transit', 'directions_transit'), ('directions_walk', 'directions_walk'), ('disc_full', 'disc_full'), ('dns', 'dns'), ('do_not_disturb', 'do_not_disturb'), ('do_not_disturb_alt', 'do_not_disturb_alt'), ('do_not_disturb_off', 'do_not_disturb_off'), ('do_not_disturb_on', 'do_not_disturb_on'), ('dock', 'dock'), ('domain', 'domain'), ('done', 'done'), ('done_all', 'done_all'), ('donut_large', 'donut_large'), ('donut_small', 'donut_small'), ('drafts', 'drafts'), ('drag_handle', 'drag_handle'), ('drive_eta', 'drive_eta'), ('dvr', 'dvr'), ('edit', 'edit'), ('edit_location', 'edit_location'), ('eject', 'eject'), ('email', 'email'), ('enhanced_encryption', 'enhanced_encryption'), ('equalizer', 'equalizer'), ('error', 'error'), ('error_outline', 'error_outline'), ('euro_symbol', 'euro_symbol'), ('ev_station', 'ev_station'), ('event', 'event'), ('event_available', 'event_available'), ('event_busy', 'event_busy'), ('event_note', 'event_note'), ('event_seat', 'event_seat'), ('exit_to_app', 'exit_to_app'), ('expand_less', 'expand_less'), ('expand_more', 'expand_more'), ('explicit', 'explicit'), ('explore', 'explore'), ('exposure', 'exposure'), ('exposure_neg_1', 'exposure_neg_1'), ('exposure_neg_2', 'exposure_neg_2'), ('exposure_plus_1', 'exposure_plus_1'), ('exposure_plus_2', 'exposure_plus_2'), ('exposure_zero', 'exposure_zero'), ('extension', 'extension'), ('face', 'face'), ('fast_forward', 'fast_forward'), ('fast_rewind', 'fast_rewind'), ('favorite', 'favorite'), ('favorite_border', 'favorite_border'), ('featured_play_list', 'featured_play_list'), ('featured_video', 'featured_video'), ('feedback', 'feedback'), ('fiber_dvr', 'fiber_dvr'), ('fiber_manual_record', 'fiber_manual_record'), ('fiber_new', 'fiber_new'), ('fiber_pin', 'fiber_pin'), ('fiber_smart_record', 'fiber_smart_record'), ('file_download', 'file_download'), ('file_upload', 'file_upload'), ('filter', 'filter'), ('filter_1', 'filter_1'), ('filter_2', 'filter_2'), ('filter_3', 'filter_3'), ('filter_4', 'filter_4'), ('filter_5', 'filter_5'), ('filter_6', 'filter_6'), ('filter_7', 'filter_7'), ('filter_8', 'filter_8'), ('filter_9', 'filter_9'), ('filter_9_plus', 'filter_9_plus'), ('filter_b_and_w', 'filter_b_and_w'), ('filter_center_focus', 'filter_center_focus'), ('filter_drama', 'filter_drama'), ('filter_frames', 'filter_frames'), ('filter_hdr', 'filter_hdr'), ('filter_list', 'filter_list'), ('filter_none', 'filter_none'), ('filter_tilt_shift', 'filter_tilt_shift'), ('filter_vintage', 'filter_vintage'), ('find_in_page', 'find_in_page'), ('find_replace', 'find_replace'), ('fingerprint', 'fingerprint'), ('first_page', 'first_page'), ('fitness_center', 'fitness_center'), ('flag', 'flag'), ('flare', 'flare'), ('flash_auto', 'flash_auto'), ('flash_off', 'flash_off'), ('flash_on', 'flash_on'), ('flight', 'flight'), ('flight_land', 'flight_land'), ('flight_takeoff', 'flight_takeoff'), ('flip', 'flip'), ('flip_to_back', 'flip_to_back'), ('flip_to_front', 'flip_to_front'), ('folder', 'folder'), ('folder_open', 'folder_open'), ('folder_shared', 'folder_shared'), ('folder_special', 'folder_special'), ('font_download', 'font_download'), ('format_align_center', 'format_align_center'), ('format_align_justify', 'format_align_justify'), ('format_align_left', 'format_align_left'), ('format_align_right', 'format_align_right'), ('format_bold', 'format_bold'), ('format_clear', 'format_clear'), ('format_color_fill', 'format_color_fill'), ('format_color_reset', 'format_color_reset'), ('format_color_text', 'format_color_text'), ('format_indent_decrease', 'format_indent_decrease'), ('format_indent_increase', 'format_indent_increase'), ('format_italic', 'format_italic'), ('format_line_spacing', 'format_line_spacing'), ('format_list_bulleted', 'format_list_bulleted'), ('format_list_numbered', 'format_list_numbered'), ('format_paint', 'format_paint'), ('format_quote', 'format_quote'), ('format_shapes', 'format_shapes'), ('format_size', 'format_size'), ('format_strikethrough', 'format_strikethrough'), ('format_textdirection_l_to_r', 'format_textdirection_l_to_r'), ('format_textdirection_r_to_l', 'format_textdirection_r_to_l'), ('format_underlined', 'format_underlined'), ('forum', 'forum'), ('forward', 'forward'), ('forward_10', 'forward_10'), ('forward_30', 'forward_30'), ('forward_5', 'forward_5'), ('free_breakfast', 'free_breakfast'), ('fullscreen', 'fullscreen'), ('fullscreen_exit', 'fullscreen_exit'), ('functions', 'functions'), ('g_translate', 'g_translate'), ('gamepad', 'gamepad'), ('games', 'games'), ('gavel', 'gavel'), ('gesture', 'gesture'), ('get_app', 'get_app'), ('gif', 'gif'), ('golf_course', 'golf_course'), ('gps_fixed', 'gps_fixed'), ('gps_not_fixed', 'gps_not_fixed'), ('gps_off', 'gps_off'), ('grade', 'grade'), ('gradient', 'gradient'), ('grain', 'grain'), ('graphic_eq', 'graphic_eq'), ('grid_off', 'grid_off'), ('grid_on', 'grid_on'), ('group', 'group'), ('group_add', 'group_add'), ('group_work', 'group_work'), ('hd', 'hd'), ('hdr_off', 'hdr_off'), ('hdr_on', 'hdr_on'), ('hdr_strong', 'hdr_strong'), ('hdr_weak', 'hdr_weak'), ('headset', 'headset'), ('headset_mic', 'headset_mic'), ('healing', 'healing'), ('hearing', 'hearing'), ('help', 'help'), ('help_outline', 'help_outline'), ('high_quality', 'high_quality'), ('highlight', 'highlight'), ('highlight_off', 'highlight_off'), ('history', 'history'), ('home', 'home'), ('hot_tub', 'hot_tub'), ('hotel', 'hotel'), ('hourglass_empty', 'hourglass_empty'), ('hourglass_full', 'hourglass_full'), ('http', 'http'), ('https', 'https'), ('image', 'image'), ('image_aspect_ratio', 'image_aspect_ratio'), ('import_contacts', 'import_contacts'), ('import_export', 'import_export'), ('important_devices', 'important_devices'), ('inbox', 'inbox'), ('indeterminate_check_box', 'indeterminate_check_box'), ('info', 'info'), ('info_outline', 'info_outline'), ('input', 'input'), ('insert_chart', 'insert_chart'), ('insert_comment', 'insert_comment'), ('insert_drive_file', 'insert_drive_file'), ('insert_emoticon', 'insert_emoticon'), ('insert_invitation', 'insert_invitation'), ('insert_link', 'insert_link'), ('insert_photo', 'insert_photo'), ('invert_colors', 'invert_colors'), ('invert_colors_off', 'invert_colors_off'), ('iso', 'iso'), ('keyboard', 'keyboard'), ('keyboard_arrow_down', 'keyboard_arrow_down'), ('keyboard_arrow_left', 'keyboard_arrow_left'), ('keyboard_arrow_right', 'keyboard_arrow_right'), ('keyboard_arrow_up', 'keyboard_arrow_up'), ('keyboard_backspace', 'keyboard_backspace'), ('keyboard_capslock', 'keyboard_capslock'), ('keyboard_hide', 'keyboard_hide'), ('keyboard_return', 'keyboard_return'), ('keyboard_tab', 'keyboard_tab'), ('keyboard_voice', 'keyboard_voice'), ('kitchen', 'kitchen'), ('label', 'label'), ('label_outline', 'label_outline'), ('landscape', 'landscape'), ('language', 'language'), ('laptop', 'laptop'), ('laptop_chromebook', 'laptop_chromebook'), ('laptop_mac', 'laptop_mac'), ('laptop_windows', 'laptop_windows'), ('last_page', 'last_page'), ('launch', 'launch'), ('layers', 'layers'), ('layers_clear', 'layers_clear'), ('leak_add', 'leak_add'), ('leak_remove', 'leak_remove'), ('lens', 'lens'), ('library_add', 'library_add'), ('library_books', 'library_books'), ('library_music', 'library_music'), ('lightbulb_outline', 'lightbulb_outline'), ('line_style', 'line_style'), ('line_weight', 'line_weight'), ('linear_scale', 'linear_scale'), ('link', 'link'), ('linked_camera', 'linked_camera'), ('list', 'list'), ('live_help', 'live_help'), ('live_tv', 'live_tv'), ('local_activity', 'local_activity'), ('local_airport', 'local_airport'), ('local_atm', 'local_atm'), ('local_bar', 'local_bar'), ('local_cafe', 'local_cafe'), ('local_car_wash', 'local_car_wash'), ('local_convenience_store', 'local_convenience_store'), ('local_dining', 'local_dining'), ('local_drink', 'local_drink'), ('local_florist', 'local_florist'), ('local_gas_station', 'local_gas_station'), ('local_grocery_store', 'local_grocery_store'), ('local_hospital', 'local_hospital'), ('local_hotel', 'local_hotel'), ('local_laundry_service', 'local_laundry_service'), ('local_library', 'local_library'), ('local_mall', 'local_mall'), ('local_movies', 'local_movies'), ('local_offer', 'local_offer'), ('local_parking', 'local_parking'), ('local_pharmacy', 'local_pharmacy'), ('local_phone', 'local_phone'), ('local_pizza', 'local_pizza'), ('local_play', 'local_play'), ('local_post_office', 'local_post_office'), ('local_printshop', 'local_printshop'), ('local_see', 'local_see'), ('local_shipping', 'local_shipping'), ('local_taxi', 'local_taxi'), ('location_city', 'location_city'), ('location_disabled', 'location_disabled'), ('location_off', 'location_off'), ('location_on', 'location_on'), ('location_searching', 'location_searching'), ('lock', 'lock'), ('lock_open', 'lock_open'), ('lock_outline', 'lock_outline'), ('looks', 'looks'), ('looks_3', 'looks_3'), ('looks_4', 'looks_4'), ('looks_5', 'looks_5'), ('looks_6', 'looks_6'), ('looks_one', 'looks_one'), ('looks_two', 'looks_two'), ('loop', 'loop'), ('loupe', 'loupe'), ('low_priority', 'low_priority'), ('loyalty', 'loyalty'), ('mail', 'mail'), ('mail_outline', 'mail_outline'), ('map', 'map'), ('markunread', 'markunread'), ('markunread_mailbox', 'markunread_mailbox'), ('memory', 'memory'), ('menu', 'menu'), ('merge_type', 'merge_type'), ('message', 'message'), ('mic', 'mic'), ('mic_none', 'mic_none'), ('mic_off', 'mic_off'), ('mms', 'mms'), ('mode_comment', 'mode_comment'), ('mode_edit', 'mode_edit'), ('monetization_on', 'monetization_on'), ('money_off', 'money_off'), ('monochrome_photos', 'monochrome_photos'), ('mood', 'mood'), ('mood_bad', 'mood_bad'), ('more', 'more'), ('more_horiz', 'more_horiz'), ('more_vert', 'more_vert'), ('motorcycle', 'motorcycle'), ('mouse', 'mouse'), ('move_to_inbox', 'move_to_inbox'), ('movie', 'movie'), ('movie_creation', 'movie_creation'), ('movie_filter', 'movie_filter'), ('multiline_chart', 'multiline_chart'), ('music_note', 'music_note'), ('music_video', 'music_video'), ('my_location', 'my_location'), ('nature', 'nature'), ('nature_people', 'nature_people'), ('navigate_before', 'navigate_before'), ('navigate_next', 'navigate_next'), ('navigation', 'navigation'), ('near_me', 'near_me'), ('network_cell', 'network_cell'), ('network_check', 'network_check'), ('network_locked', 'network_locked'), ('network_wifi', 'network_wifi'), ('new_releases', 'new_releases'), ('next_week', 'next_week'), ('nfc', 'nfc'), ('no_encryption', 'no_encryption'), ('no_sim', 'no_sim'), ('not_interested', 'not_interested'), ('note', 'note'), ('note_add', 'note_add'), ('notifications', 'notifications'), ('notifications_active', 'notifications_active'), ('notifications_none', 'notifications_none'), ('notifications_off', 'notifications_off'), ('notifications_paused', 'notifications_paused'), ('offline_pin', 'offline_pin'), ('ondemand_video', 'ondemand_video'), ('opacity', 'opacity'), ('open_in_browser', 'open_in_browser'), ('open_in_new', 'open_in_new'), ('open_with', 'open_with'), ('pages', 'pages'), ('pageview', 'pageview'), ('palette', 'palette'), ('pan_tool', 'pan_tool'), ('panorama', 'panorama'), ('panorama_fish_eye', 'panorama_fish_eye'), ('panorama_horizontal', 'panorama_horizontal'), ('panorama_vertical', 'panorama_vertical'), ('panorama_wide_angle', 'panorama_wide_angle'), ('party_mode', 'party_mode'), ('pause', 'pause'), ('pause_circle_filled', 'pause_circle_filled'), ('pause_circle_outline', 'pause_circle_outline'), ('payment', 'payment'), ('people', 'people'), ('people_outline', 'people_outline'), ('perm_camera_mic', 'perm_camera_mic'), ('perm_contact_calendar', 'perm_contact_calendar'), ('perm_data_setting', 'perm_data_setting'), ('perm_device_information', 'perm_device_information'), ('perm_identity', 'perm_identity'), ('perm_media', 'perm_media'), ('perm_phone_msg', 'perm_phone_msg'), ('perm_scan_wifi', 'perm_scan_wifi'), ('person', 'person'), ('person_add', 'person_add'), ('person_outline', 'person_outline'), ('person_pin', 'person_pin'), ('person_pin_circle', 'person_pin_circle'), ('personal_video', 'personal_video'), ('pets', 'pets'), ('phone', 'phone'), ('phone_android', 'phone_android'), ('phone_bluetooth_speaker', 'phone_bluetooth_speaker'), ('phone_forwarded', 'phone_forwarded'), ('phone_in_talk', 'phone_in_talk'), ('phone_iphone', 'phone_iphone'), ('phone_locked', 'phone_locked'), ('phone_missed', 'phone_missed'), ('phone_paused', 'phone_paused'), ('phonelink', 'phonelink'), ('phonelink_erase', 'phonelink_erase'), ('phonelink_lock', 'phonelink_lock'), ('phonelink_off', 'phonelink_off'), ('phonelink_ring', 'phonelink_ring'), ('phonelink_setup', 'phonelink_setup'), ('photo', 'photo'), ('photo_album', 'photo_album'), ('photo_camera', 'photo_camera'), ('photo_filter', 'photo_filter'), ('photo_library', 'photo_library'), ('photo_size_select_actual', 'photo_size_select_actual'), ('photo_size_select_large', 'photo_size_select_large'), ('photo_size_select_small', 'photo_size_select_small'), ('picture_as_pdf', 'picture_as_pdf'), ('picture_in_picture', 'picture_in_picture'), ('picture_in_picture_alt', 'picture_in_picture_alt'), ('pie_chart', 'pie_chart'), ('pie_chart_outlined', 'pie_chart_outlined'), ('pin_drop', 'pin_drop'), ('place', 'place'), ('play_arrow', 'play_arrow'), ('play_circle_filled', 'play_circle_filled'), ('play_circle_outline', 'play_circle_outline'), ('play_for_work', 'play_for_work'), ('playlist_add', 'playlist_add'), ('playlist_add_check', 'playlist_add_check'), ('playlist_play', 'playlist_play'), ('plus_one', 'plus_one'), ('poll', 'poll'), ('polymer', 'polymer'), ('pool', 'pool'), ('portable_wifi_off', 'portable_wifi_off'), ('portrait', 'portrait'), ('power', 'power'), ('power_input', 'power_input'), ('power_settings_new', 'power_settings_new'), ('pregnant_woman', 'pregnant_woman'), ('present_to_all', 'present_to_all'), ('print', 'print'), ('priority_high', 'priority_high'), ('public', 'public'), ('publish', 'publish'), ('query_builder', 'query_builder'), ('question_answer', 'question_answer'), ('queue', 'queue'), ('queue_music', 'queue_music'), ('queue_play_next', 'queue_play_next'), ('radio', 'radio'), ('radio_button_checked', 'radio_button_checked'), ('radio_button_unchecked', 'radio_button_unchecked'), ('rate_review', 'rate_review'), ('receipt', 'receipt'), ('recent_actors', 'recent_actors'), ('record_voice_over', 'record_voice_over'), ('redeem', 'redeem'), ('redo', 'redo'), ('refresh', 'refresh'), ('remove', 'remove'), ('remove_circle', 'remove_circle'), ('remove_circle_outline', 'remove_circle_outline'), ('remove_from_queue', 'remove_from_queue'), ('remove_red_eye', 'remove_red_eye'), ('remove_shopping_cart', 'remove_shopping_cart'), ('reorder', 'reorder'), ('repeat', 'repeat'), ('repeat_one', 'repeat_one'), ('replay', 'replay'), ('replay_10', 'replay_10'), ('replay_30', 'replay_30'), ('replay_5', 'replay_5'), ('reply', 'reply'), ('reply_all', 'reply_all'), ('report', 'report'), ('report_problem', 'report_problem'), ('restaurant', 'restaurant'), ('restaurant_menu', 'restaurant_menu'), ('restore', 'restore'), ('restore_page', 'restore_page'), ('ring_volume', 'ring_volume'), ('room', 'room'), ('room_service', 'room_service'), ('rotate_90_degrees_ccw', 'rotate_90_degrees_ccw'), ('rotate_left', 'rotate_left'), ('rotate_right', 'rotate_right'), ('rounded_corner', 'rounded_corner'), ('router', 'router'), ('rowing', 'rowing'), ('rss_feed', 'rss_feed'), ('rv_hookup', 'rv_hookup'), ('satellite', 'satellite'), ('save', 'save'), ('scanner', 'scanner'), ('schedule', 'schedule'), ('school', 'school'), ('screen_lock_landscape', 'screen_lock_landscape'), ('screen_lock_portrait', 'screen_lock_portrait'), ('screen_lock_rotation', 'screen_lock_rotation'), ('screen_rotation', 'screen_rotation'), ('screen_share', 'screen_share'), ('sd_card', 'sd_card'), ('sd_storage', 'sd_storage'), ('search', 'search'), ('security', 'security'), ('select_all', 'select_all'), ('send', 'send'), ('sentiment_dissatisfied', 'sentiment_dissatisfied'), ('sentiment_neutral', 'sentiment_neutral'), ('sentiment_satisfied', 'sentiment_satisfied'), ('sentiment_very_dissatisfied', 'sentiment_very_dissatisfied'), ('sentiment_very_satisfied', 'sentiment_very_satisfied'), ('settings', 'settings'), ('settings_applications', 'settings_applications'), ('settings_backup_restore', 'settings_backup_restore'), ('settings_bluetooth', 'settings_bluetooth'), ('settings_brightness', 'settings_brightness'), ('settings_cell', 'settings_cell'), ('settings_ethernet', 'settings_ethernet'), ('settings_input_antenna', 'settings_input_antenna'), ('settings_input_component', 'settings_input_component'), ('settings_input_composite', 'settings_input_composite'), ('settings_input_hdmi', 'settings_input_hdmi'), ('settings_input_svideo', 'settings_input_svideo'), ('settings_overscan', 'settings_overscan'), ('settings_phone', 'settings_phone'), ('settings_power', 'settings_power'), ('settings_remote', 'settings_remote'), ('settings_system_daydream', 'settings_system_daydream'), ('settings_voice', 'settings_voice'), ('share', 'share'), ('shop', 'shop'), ('shop_two', 'shop_two'), ('shopping_basket', 'shopping_basket'), ('shopping_cart', 'shopping_cart'), ('short_text', 'short_text'), ('show_chart', 'show_chart'), ('shuffle', 'shuffle'), ('signal_cellular_4_bar', 'signal_cellular_4_bar'), ('signal_cellular_connected_no_internet_4_bar', 'signal_cellular_connected_no_internet_4_bar'), ('signal_cellular_no_sim', 'signal_cellular_no_sim'), ('signal_cellular_null', 'signal_cellular_null'), ('signal_cellular_off', 'signal_cellular_off'), ('signal_wifi_4_bar', 'signal_wifi_4_bar'), ('signal_wifi_4_bar_lock', 'signal_wifi_4_bar_lock'), ('signal_wifi_off', 'signal_wifi_off'), ('sim_card', 'sim_card'), ('sim_card_alert', 'sim_card_alert'), ('skip_next', 'skip_next'), ('skip_previous', 'skip_previous'), ('slideshow', 'slideshow'), ('slow_motion_video', 'slow_motion_video'), ('smartphone', 'smartphone'), ('smoke_free', 'smoke_free'), ('smoking_rooms', 'smoking_rooms'), ('sms', 'sms'), ('sms_failed', 'sms_failed'), ('snooze', 'snooze'), ('sort', 'sort'), ('sort_by_alpha', 'sort_by_alpha'), ('spa', 'spa'), ('space_bar', 'space_bar'), ('speaker', 'speaker'), ('speaker_group', 'speaker_group'), ('speaker_notes', 'speaker_notes'), ('speaker_notes_off', 'speaker_notes_off'), ('speaker_phone', 'speaker_phone'), ('spellcheck', 'spellcheck'), ('star', 'star'), ('star_border', 'star_border'), ('star_half', 'star_half'), ('stars', 'stars'), ('stay_current_landscape', 'stay_current_landscape'), ('stay_current_portrait', 'stay_current_portrait'), ('stay_primary_landscape', 'stay_primary_landscape'), ('stay_primary_portrait', 'stay_primary_portrait'), ('stop', 'stop'), ('stop_screen_share', 'stop_screen_share'), ('storage', 'storage'), ('store', 'store'), ('store_mall_directory', 'store_mall_directory'), ('straighten', 'straighten'), ('streetview', 'streetview'), ('strikethrough_s', 'strikethrough_s'), ('style', 'style'), ('subdirectory_arrow_left', 'subdirectory_arrow_left'), ('subdirectory_arrow_right', 'subdirectory_arrow_right'), ('subject', 'subject'), ('subscriptions', 'subscriptions'), ('subtitles', 'subtitles'), ('subway', 'subway'), ('supervisor_account', 'supervisor_account'), ('surround_sound', 'surround_sound'), ('swap_calls', 'swap_calls'), ('swap_horiz', 'swap_horiz'), ('swap_vert', 'swap_vert'), ('swap_vertical_circle', 'swap_vertical_circle'), ('switch_camera', 'switch_camera'), ('switch_video', 'switch_video'), ('sync', 'sync'), ('sync_disabled', 'sync_disabled'), ('sync_problem', 'sync_problem'), ('system_update', 'system_update'), ('system_update_alt', 'system_update_alt'), ('tab', 'tab'), ('tab_unselected', 'tab_unselected'), ('tablet', 'tablet'), ('tablet_android', 'tablet_android'), ('tablet_mac', 'tablet_mac'), ('tag_faces', 'tag_faces'), ('tap_and_play', 'tap_and_play'), ('terrain', 'terrain'), ('text_fields', 'text_fields'), ('text_format', 'text_format'), ('textsms', 'textsms'), ('texture', 'texture'), ('theaters', 'theaters'), ('thumb_down', 'thumb_down'), ('thumb_up', 'thumb_up'), ('thumbs_up_down', 'thumbs_up_down'), ('time_to_leave', 'time_to_leave'), ('timelapse', 'timelapse'), ('timeline', 'timeline'), ('timer', 'timer'), ('timer_10', 'timer_10'), ('timer_3', 'timer_3'), ('timer_off', 'timer_off'), ('title', 'title'), ('toc', 'toc'), ('today', 'today'), ('toll', 'toll'), ('tonality', 'tonality'), ('touch_app', 'touch_app'), ('toys', 'toys'), ('track_changes', 'track_changes'), ('traffic', 'traffic'), ('train', 'train'), ('tram', 'tram'), ('transfer_within_a_station', 'transfer_within_a_station'), ('transform', 'transform'), ('translate', 'translate'), ('trending_down', 'trending_down'), ('trending_flat', 'trending_flat'), ('trending_up', 'trending_up'), ('tune', 'tune'), ('turned_in', 'turned_in'), ('turned_in_not', 'turned_in_not'), ('tv', 'tv'), ('unarchive', 'unarchive'), ('undo', 'undo'), ('unfold_less', 'unfold_less'), ('unfold_more', 'unfold_more'), ('update', 'update'), ('usb', 'usb'), ('verified_user', 'verified_user'), ('vertical_align_bottom', 'vertical_align_bottom'), ('vertical_align_center', 'vertical_align_center'), ('vertical_align_top', 'vertical_align_top'), ('vibration', 'vibration'), ('video_call', 'video_call'), ('video_label', 'video_label'), ('video_library', 'video_library'), ('videocam', 'videocam'), ('videocam_off', 'videocam_off'), ('videogame_asset', 'videogame_asset'), ('view_agenda', 'view_agenda'), ('view_array', 'view_array'), ('view_carousel', 'view_carousel'), ('view_column', 'view_column'), ('view_comfy', 'view_comfy'), ('view_compact', 'view_compact'), ('view_day', 'view_day'), ('view_headline', 'view_headline'), ('view_list', 'view_list'), ('view_module', 'view_module'), ('view_quilt', 'view_quilt'), ('view_stream', 'view_stream'), ('view_week', 'view_week'), ('vignette', 'vignette'), ('visibility', 'visibility'), ('visibility_off', 'visibility_off'), ('voice_chat', 'voice_chat'), ('voicemail', 'voicemail'), ('volume_down', 'volume_down'), ('volume_mute', 'volume_mute'), ('volume_off', 'volume_off'), ('volume_up', 'volume_up'), ('vpn_key', 'vpn_key'), ('vpn_lock', 'vpn_lock'), ('wallpaper', 'wallpaper'), ('warning', 'warning'), ('watch', 'watch'), ('watch_later', 'watch_later'), ('wb_auto', 'wb_auto'), ('wb_cloudy', 'wb_cloudy'), ('wb_incandescent', 'wb_incandescent'), ('wb_iridescent', 'wb_iridescent'), ('wb_sunny', 'wb_sunny'), ('wc', 'wc'), ('web', 'web'), ('web_asset', 'web_asset'), ('weekend', 'weekend'), ('whatshot', 'whatshot'), ('widgets', 'widgets'), ('wifi', 'wifi'), ('wifi_lock', 'wifi_lock'), ('wifi_tethering', 'wifi_tethering'), ('work', 'work'), ('wrap_text', 'wrap_text'), ('youtube_searched_for', 'youtube_searched_for'), ('zoom_in', 'zoom_in'), ('zoom_out', 'zoom_out'), ('zoom_out_map', 'zoom_out_map')], default='bug_report', max_length=50, verbose_name='Icon')),
-                ('free_text', models.BooleanField(default=False, verbose_name='Free text input allowed')),
-                ('placeholder', models.CharField(blank=True, max_length=100, verbose_name='Placeholder')),
-                ('parent', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='children', to='hjelp.IssueCategory', verbose_name='Parent category')),
-                ('site', models.ForeignKey(default=1, editable=False, on_delete=django.db.models.deletion.CASCADE, to='sites.Site')),
+                (
+                    "id",
+                    models.AutoField(
+                        auto_created=True,
+                        primary_key=True,
+                        serialize=False,
+                        verbose_name="ID",
+                    ),
+                ),
+                (
+                    "extended_data",
+                    django.contrib.postgres.fields.jsonb.JSONField(
+                        default=dict, editable=False
+                    ),
+                ),
+                ("name", models.CharField(max_length=40, verbose_name="Name")),
+                (
+                    "icon",
+                    models.CharField(
+                        blank=True,
+                        choices=[
+                            ("3d_rotation", "3d_rotation"),
+                            ("ac_unit", "ac_unit"),
+                            ("access_alarm", "access_alarm"),
+                            ("access_alarms", "access_alarms"),
+                            ("access_time", "access_time"),
+                            ("accessibility", "accessibility"),
+                            ("accessible", "accessible"),
+                            ("account_balance", "account_balance"),
+                            ("account_balance_wallet", "account_balance_wallet"),
+                            ("account_box", "account_box"),
+                            ("account_circle", "account_circle"),
+                            ("adb", "adb"),
+                            ("add", "add"),
+                            ("add_a_photo", "add_a_photo"),
+                            ("add_alarm", "add_alarm"),
+                            ("add_alert", "add_alert"),
+                            ("add_box", "add_box"),
+                            ("add_circle", "add_circle"),
+                            ("add_circle_outline", "add_circle_outline"),
+                            ("add_location", "add_location"),
+                            ("add_shopping_cart", "add_shopping_cart"),
+                            ("add_to_photos", "add_to_photos"),
+                            ("add_to_queue", "add_to_queue"),
+                            ("adjust", "adjust"),
+                            ("airline_seat_flat", "airline_seat_flat"),
+                            ("airline_seat_flat_angled", "airline_seat_flat_angled"),
+                            (
+                                "airline_seat_individual_suite",
+                                "airline_seat_individual_suite",
+                            ),
+                            (
+                                "airline_seat_legroom_extra",
+                                "airline_seat_legroom_extra",
+                            ),
+                            (
+                                "airline_seat_legroom_normal",
+                                "airline_seat_legroom_normal",
+                            ),
+                            (
+                                "airline_seat_legroom_reduced",
+                                "airline_seat_legroom_reduced",
+                            ),
+                            (
+                                "airline_seat_recline_extra",
+                                "airline_seat_recline_extra",
+                            ),
+                            (
+                                "airline_seat_recline_normal",
+                                "airline_seat_recline_normal",
+                            ),
+                            ("airplanemode_active", "airplanemode_active"),
+                            ("airplanemode_inactive", "airplanemode_inactive"),
+                            ("airplay", "airplay"),
+                            ("airport_shuttle", "airport_shuttle"),
+                            ("alarm", "alarm"),
+                            ("alarm_add", "alarm_add"),
+                            ("alarm_off", "alarm_off"),
+                            ("alarm_on", "alarm_on"),
+                            ("album", "album"),
+                            ("all_inclusive", "all_inclusive"),
+                            ("all_out", "all_out"),
+                            ("android", "android"),
+                            ("announcement", "announcement"),
+                            ("apps", "apps"),
+                            ("archive", "archive"),
+                            ("arrow_back", "arrow_back"),
+                            ("arrow_downward", "arrow_downward"),
+                            ("arrow_drop_down", "arrow_drop_down"),
+                            ("arrow_drop_down_circle", "arrow_drop_down_circle"),
+                            ("arrow_drop_up", "arrow_drop_up"),
+                            ("arrow_forward", "arrow_forward"),
+                            ("arrow_upward", "arrow_upward"),
+                            ("art_track", "art_track"),
+                            ("aspect_ratio", "aspect_ratio"),
+                            ("assessment", "assessment"),
+                            ("assignment", "assignment"),
+                            ("assignment_ind", "assignment_ind"),
+                            ("assignment_late", "assignment_late"),
+                            ("assignment_return", "assignment_return"),
+                            ("assignment_returned", "assignment_returned"),
+                            ("assignment_turned_in", "assignment_turned_in"),
+                            ("assistant", "assistant"),
+                            ("assistant_photo", "assistant_photo"),
+                            ("attach_file", "attach_file"),
+                            ("attach_money", "attach_money"),
+                            ("attachment", "attachment"),
+                            ("audiotrack", "audiotrack"),
+                            ("autorenew", "autorenew"),
+                            ("av_timer", "av_timer"),
+                            ("backspace", "backspace"),
+                            ("backup", "backup"),
+                            ("battery_alert", "battery_alert"),
+                            ("battery_charging_full", "battery_charging_full"),
+                            ("battery_full", "battery_full"),
+                            ("battery_std", "battery_std"),
+                            ("battery_unknown", "battery_unknown"),
+                            ("beach_access", "beach_access"),
+                            ("beenhere", "beenhere"),
+                            ("block", "block"),
+                            ("bluetooth", "bluetooth"),
+                            ("bluetooth_audio", "bluetooth_audio"),
+                            ("bluetooth_connected", "bluetooth_connected"),
+                            ("bluetooth_disabled", "bluetooth_disabled"),
+                            ("bluetooth_searching", "bluetooth_searching"),
+                            ("blur_circular", "blur_circular"),
+                            ("blur_linear", "blur_linear"),
+                            ("blur_off", "blur_off"),
+                            ("blur_on", "blur_on"),
+                            ("book", "book"),
+                            ("bookmark", "bookmark"),
+                            ("bookmark_border", "bookmark_border"),
+                            ("border_all", "border_all"),
+                            ("border_bottom", "border_bottom"),
+                            ("border_clear", "border_clear"),
+                            ("border_color", "border_color"),
+                            ("border_horizontal", "border_horizontal"),
+                            ("border_inner", "border_inner"),
+                            ("border_left", "border_left"),
+                            ("border_outer", "border_outer"),
+                            ("border_right", "border_right"),
+                            ("border_style", "border_style"),
+                            ("border_top", "border_top"),
+                            ("border_vertical", "border_vertical"),
+                            ("branding_watermark", "branding_watermark"),
+                            ("brightness_1", "brightness_1"),
+                            ("brightness_2", "brightness_2"),
+                            ("brightness_3", "brightness_3"),
+                            ("brightness_4", "brightness_4"),
+                            ("brightness_5", "brightness_5"),
+                            ("brightness_6", "brightness_6"),
+                            ("brightness_7", "brightness_7"),
+                            ("brightness_auto", "brightness_auto"),
+                            ("brightness_high", "brightness_high"),
+                            ("brightness_low", "brightness_low"),
+                            ("brightness_medium", "brightness_medium"),
+                            ("broken_image", "broken_image"),
+                            ("brush", "brush"),
+                            ("bubble_chart", "bubble_chart"),
+                            ("bug_report", "bug_report"),
+                            ("build", "build"),
+                            ("burst_mode", "burst_mode"),
+                            ("business", "business"),
+                            ("business_center", "business_center"),
+                            ("cached", "cached"),
+                            ("cake", "cake"),
+                            ("call", "call"),
+                            ("call_end", "call_end"),
+                            ("call_made", "call_made"),
+                            ("call_merge", "call_merge"),
+                            ("call_missed", "call_missed"),
+                            ("call_missed_outgoing", "call_missed_outgoing"),
+                            ("call_received", "call_received"),
+                            ("call_split", "call_split"),
+                            ("call_to_action", "call_to_action"),
+                            ("camera", "camera"),
+                            ("camera_alt", "camera_alt"),
+                            ("camera_enhance", "camera_enhance"),
+                            ("camera_front", "camera_front"),
+                            ("camera_rear", "camera_rear"),
+                            ("camera_roll", "camera_roll"),
+                            ("cancel", "cancel"),
+                            ("card_giftcard", "card_giftcard"),
+                            ("card_membership", "card_membership"),
+                            ("card_travel", "card_travel"),
+                            ("casino", "casino"),
+                            ("cast", "cast"),
+                            ("cast_connected", "cast_connected"),
+                            ("center_focus_strong", "center_focus_strong"),
+                            ("center_focus_weak", "center_focus_weak"),
+                            ("change_history", "change_history"),
+                            ("chat", "chat"),
+                            ("chat_bubble", "chat_bubble"),
+                            ("chat_bubble_outline", "chat_bubble_outline"),
+                            ("check", "check"),
+                            ("check_box", "check_box"),
+                            ("check_box_outline_blank", "check_box_outline_blank"),
+                            ("check_circle", "check_circle"),
+                            ("chevron_left", "chevron_left"),
+                            ("chevron_right", "chevron_right"),
+                            ("child_care", "child_care"),
+                            ("child_friendly", "child_friendly"),
+                            ("chrome_reader_mode", "chrome_reader_mode"),
+                            ("class", "class"),
+                            ("clear", "clear"),
+                            ("clear_all", "clear_all"),
+                            ("close", "close"),
+                            ("closed_caption", "closed_caption"),
+                            ("cloud", "cloud"),
+                            ("cloud_circle", "cloud_circle"),
+                            ("cloud_done", "cloud_done"),
+                            ("cloud_download", "cloud_download"),
+                            ("cloud_off", "cloud_off"),
+                            ("cloud_queue", "cloud_queue"),
+                            ("cloud_upload", "cloud_upload"),
+                            ("code", "code"),
+                            ("collections", "collections"),
+                            ("collections_bookmark", "collections_bookmark"),
+                            ("color_lens", "color_lens"),
+                            ("colorize", "colorize"),
+                            ("comment", "comment"),
+                            ("compare", "compare"),
+                            ("compare_arrows", "compare_arrows"),
+                            ("computer", "computer"),
+                            ("confirmation_number", "confirmation_number"),
+                            ("contact_mail", "contact_mail"),
+                            ("contact_phone", "contact_phone"),
+                            ("contacts", "contacts"),
+                            ("content_copy", "content_copy"),
+                            ("content_cut", "content_cut"),
+                            ("content_paste", "content_paste"),
+                            ("control_point", "control_point"),
+                            ("control_point_duplicate", "control_point_duplicate"),
+                            ("copyright", "copyright"),
+                            ("create", "create"),
+                            ("create_new_folder", "create_new_folder"),
+                            ("credit_card", "credit_card"),
+                            ("crop", "crop"),
+                            ("crop_16_9", "crop_16_9"),
+                            ("crop_3_2", "crop_3_2"),
+                            ("crop_5_4", "crop_5_4"),
+                            ("crop_7_5", "crop_7_5"),
+                            ("crop_din", "crop_din"),
+                            ("crop_free", "crop_free"),
+                            ("crop_landscape", "crop_landscape"),
+                            ("crop_original", "crop_original"),
+                            ("crop_portrait", "crop_portrait"),
+                            ("crop_rotate", "crop_rotate"),
+                            ("crop_square", "crop_square"),
+                            ("dashboard", "dashboard"),
+                            ("data_usage", "data_usage"),
+                            ("date_range", "date_range"),
+                            ("dehaze", "dehaze"),
+                            ("delete", "delete"),
+                            ("delete_forever", "delete_forever"),
+                            ("delete_sweep", "delete_sweep"),
+                            ("description", "description"),
+                            ("desktop_mac", "desktop_mac"),
+                            ("desktop_windows", "desktop_windows"),
+                            ("details", "details"),
+                            ("developer_board", "developer_board"),
+                            ("developer_mode", "developer_mode"),
+                            ("device_hub", "device_hub"),
+                            ("devices", "devices"),
+                            ("devices_other", "devices_other"),
+                            ("dialer_sip", "dialer_sip"),
+                            ("dialpad", "dialpad"),
+                            ("directions", "directions"),
+                            ("directions_bike", "directions_bike"),
+                            ("directions_boat", "directions_boat"),
+                            ("directions_bus", "directions_bus"),
+                            ("directions_car", "directions_car"),
+                            ("directions_railway", "directions_railway"),
+                            ("directions_run", "directions_run"),
+                            ("directions_subway", "directions_subway"),
+                            ("directions_transit", "directions_transit"),
+                            ("directions_walk", "directions_walk"),
+                            ("disc_full", "disc_full"),
+                            ("dns", "dns"),
+                            ("do_not_disturb", "do_not_disturb"),
+                            ("do_not_disturb_alt", "do_not_disturb_alt"),
+                            ("do_not_disturb_off", "do_not_disturb_off"),
+                            ("do_not_disturb_on", "do_not_disturb_on"),
+                            ("dock", "dock"),
+                            ("domain", "domain"),
+                            ("done", "done"),
+                            ("done_all", "done_all"),
+                            ("donut_large", "donut_large"),
+                            ("donut_small", "donut_small"),
+                            ("drafts", "drafts"),
+                            ("drag_handle", "drag_handle"),
+                            ("drive_eta", "drive_eta"),
+                            ("dvr", "dvr"),
+                            ("edit", "edit"),
+                            ("edit_location", "edit_location"),
+                            ("eject", "eject"),
+                            ("email", "email"),
+                            ("enhanced_encryption", "enhanced_encryption"),
+                            ("equalizer", "equalizer"),
+                            ("error", "error"),
+                            ("error_outline", "error_outline"),
+                            ("euro_symbol", "euro_symbol"),
+                            ("ev_station", "ev_station"),
+                            ("event", "event"),
+                            ("event_available", "event_available"),
+                            ("event_busy", "event_busy"),
+                            ("event_note", "event_note"),
+                            ("event_seat", "event_seat"),
+                            ("exit_to_app", "exit_to_app"),
+                            ("expand_less", "expand_less"),
+                            ("expand_more", "expand_more"),
+                            ("explicit", "explicit"),
+                            ("explore", "explore"),
+                            ("exposure", "exposure"),
+                            ("exposure_neg_1", "exposure_neg_1"),
+                            ("exposure_neg_2", "exposure_neg_2"),
+                            ("exposure_plus_1", "exposure_plus_1"),
+                            ("exposure_plus_2", "exposure_plus_2"),
+                            ("exposure_zero", "exposure_zero"),
+                            ("extension", "extension"),
+                            ("face", "face"),
+                            ("fast_forward", "fast_forward"),
+                            ("fast_rewind", "fast_rewind"),
+                            ("favorite", "favorite"),
+                            ("favorite_border", "favorite_border"),
+                            ("featured_play_list", "featured_play_list"),
+                            ("featured_video", "featured_video"),
+                            ("feedback", "feedback"),
+                            ("fiber_dvr", "fiber_dvr"),
+                            ("fiber_manual_record", "fiber_manual_record"),
+                            ("fiber_new", "fiber_new"),
+                            ("fiber_pin", "fiber_pin"),
+                            ("fiber_smart_record", "fiber_smart_record"),
+                            ("file_download", "file_download"),
+                            ("file_upload", "file_upload"),
+                            ("filter", "filter"),
+                            ("filter_1", "filter_1"),
+                            ("filter_2", "filter_2"),
+                            ("filter_3", "filter_3"),
+                            ("filter_4", "filter_4"),
+                            ("filter_5", "filter_5"),
+                            ("filter_6", "filter_6"),
+                            ("filter_7", "filter_7"),
+                            ("filter_8", "filter_8"),
+                            ("filter_9", "filter_9"),
+                            ("filter_9_plus", "filter_9_plus"),
+                            ("filter_b_and_w", "filter_b_and_w"),
+                            ("filter_center_focus", "filter_center_focus"),
+                            ("filter_drama", "filter_drama"),
+                            ("filter_frames", "filter_frames"),
+                            ("filter_hdr", "filter_hdr"),
+                            ("filter_list", "filter_list"),
+                            ("filter_none", "filter_none"),
+                            ("filter_tilt_shift", "filter_tilt_shift"),
+                            ("filter_vintage", "filter_vintage"),
+                            ("find_in_page", "find_in_page"),
+                            ("find_replace", "find_replace"),
+                            ("fingerprint", "fingerprint"),
+                            ("first_page", "first_page"),
+                            ("fitness_center", "fitness_center"),
+                            ("flag", "flag"),
+                            ("flare", "flare"),
+                            ("flash_auto", "flash_auto"),
+                            ("flash_off", "flash_off"),
+                            ("flash_on", "flash_on"),
+                            ("flight", "flight"),
+                            ("flight_land", "flight_land"),
+                            ("flight_takeoff", "flight_takeoff"),
+                            ("flip", "flip"),
+                            ("flip_to_back", "flip_to_back"),
+                            ("flip_to_front", "flip_to_front"),
+                            ("folder", "folder"),
+                            ("folder_open", "folder_open"),
+                            ("folder_shared", "folder_shared"),
+                            ("folder_special", "folder_special"),
+                            ("font_download", "font_download"),
+                            ("format_align_center", "format_align_center"),
+                            ("format_align_justify", "format_align_justify"),
+                            ("format_align_left", "format_align_left"),
+                            ("format_align_right", "format_align_right"),
+                            ("format_bold", "format_bold"),
+                            ("format_clear", "format_clear"),
+                            ("format_color_fill", "format_color_fill"),
+                            ("format_color_reset", "format_color_reset"),
+                            ("format_color_text", "format_color_text"),
+                            ("format_indent_decrease", "format_indent_decrease"),
+                            ("format_indent_increase", "format_indent_increase"),
+                            ("format_italic", "format_italic"),
+                            ("format_line_spacing", "format_line_spacing"),
+                            ("format_list_bulleted", "format_list_bulleted"),
+                            ("format_list_numbered", "format_list_numbered"),
+                            ("format_paint", "format_paint"),
+                            ("format_quote", "format_quote"),
+                            ("format_shapes", "format_shapes"),
+                            ("format_size", "format_size"),
+                            ("format_strikethrough", "format_strikethrough"),
+                            (
+                                "format_textdirection_l_to_r",
+                                "format_textdirection_l_to_r",
+                            ),
+                            (
+                                "format_textdirection_r_to_l",
+                                "format_textdirection_r_to_l",
+                            ),
+                            ("format_underlined", "format_underlined"),
+                            ("forum", "forum"),
+                            ("forward", "forward"),
+                            ("forward_10", "forward_10"),
+                            ("forward_30", "forward_30"),
+                            ("forward_5", "forward_5"),
+                            ("free_breakfast", "free_breakfast"),
+                            ("fullscreen", "fullscreen"),
+                            ("fullscreen_exit", "fullscreen_exit"),
+                            ("functions", "functions"),
+                            ("g_translate", "g_translate"),
+                            ("gamepad", "gamepad"),
+                            ("games", "games"),
+                            ("gavel", "gavel"),
+                            ("gesture", "gesture"),
+                            ("get_app", "get_app"),
+                            ("gif", "gif"),
+                            ("golf_course", "golf_course"),
+                            ("gps_fixed", "gps_fixed"),
+                            ("gps_not_fixed", "gps_not_fixed"),
+                            ("gps_off", "gps_off"),
+                            ("grade", "grade"),
+                            ("gradient", "gradient"),
+                            ("grain", "grain"),
+                            ("graphic_eq", "graphic_eq"),
+                            ("grid_off", "grid_off"),
+                            ("grid_on", "grid_on"),
+                            ("group", "group"),
+                            ("group_add", "group_add"),
+                            ("group_work", "group_work"),
+                            ("hd", "hd"),
+                            ("hdr_off", "hdr_off"),
+                            ("hdr_on", "hdr_on"),
+                            ("hdr_strong", "hdr_strong"),
+                            ("hdr_weak", "hdr_weak"),
+                            ("headset", "headset"),
+                            ("headset_mic", "headset_mic"),
+                            ("healing", "healing"),
+                            ("hearing", "hearing"),
+                            ("help", "help"),
+                            ("help_outline", "help_outline"),
+                            ("high_quality", "high_quality"),
+                            ("highlight", "highlight"),
+                            ("highlight_off", "highlight_off"),
+                            ("history", "history"),
+                            ("home", "home"),
+                            ("hot_tub", "hot_tub"),
+                            ("hotel", "hotel"),
+                            ("hourglass_empty", "hourglass_empty"),
+                            ("hourglass_full", "hourglass_full"),
+                            ("http", "http"),
+                            ("https", "https"),
+                            ("image", "image"),
+                            ("image_aspect_ratio", "image_aspect_ratio"),
+                            ("import_contacts", "import_contacts"),
+                            ("import_export", "import_export"),
+                            ("important_devices", "important_devices"),
+                            ("inbox", "inbox"),
+                            ("indeterminate_check_box", "indeterminate_check_box"),
+                            ("info", "info"),
+                            ("info_outline", "info_outline"),
+                            ("input", "input"),
+                            ("insert_chart", "insert_chart"),
+                            ("insert_comment", "insert_comment"),
+                            ("insert_drive_file", "insert_drive_file"),
+                            ("insert_emoticon", "insert_emoticon"),
+                            ("insert_invitation", "insert_invitation"),
+                            ("insert_link", "insert_link"),
+                            ("insert_photo", "insert_photo"),
+                            ("invert_colors", "invert_colors"),
+                            ("invert_colors_off", "invert_colors_off"),
+                            ("iso", "iso"),
+                            ("keyboard", "keyboard"),
+                            ("keyboard_arrow_down", "keyboard_arrow_down"),
+                            ("keyboard_arrow_left", "keyboard_arrow_left"),
+                            ("keyboard_arrow_right", "keyboard_arrow_right"),
+                            ("keyboard_arrow_up", "keyboard_arrow_up"),
+                            ("keyboard_backspace", "keyboard_backspace"),
+                            ("keyboard_capslock", "keyboard_capslock"),
+                            ("keyboard_hide", "keyboard_hide"),
+                            ("keyboard_return", "keyboard_return"),
+                            ("keyboard_tab", "keyboard_tab"),
+                            ("keyboard_voice", "keyboard_voice"),
+                            ("kitchen", "kitchen"),
+                            ("label", "label"),
+                            ("label_outline", "label_outline"),
+                            ("landscape", "landscape"),
+                            ("language", "language"),
+                            ("laptop", "laptop"),
+                            ("laptop_chromebook", "laptop_chromebook"),
+                            ("laptop_mac", "laptop_mac"),
+                            ("laptop_windows", "laptop_windows"),
+                            ("last_page", "last_page"),
+                            ("launch", "launch"),
+                            ("layers", "layers"),
+                            ("layers_clear", "layers_clear"),
+                            ("leak_add", "leak_add"),
+                            ("leak_remove", "leak_remove"),
+                            ("lens", "lens"),
+                            ("library_add", "library_add"),
+                            ("library_books", "library_books"),
+                            ("library_music", "library_music"),
+                            ("lightbulb_outline", "lightbulb_outline"),
+                            ("line_style", "line_style"),
+                            ("line_weight", "line_weight"),
+                            ("linear_scale", "linear_scale"),
+                            ("link", "link"),
+                            ("linked_camera", "linked_camera"),
+                            ("list", "list"),
+                            ("live_help", "live_help"),
+                            ("live_tv", "live_tv"),
+                            ("local_activity", "local_activity"),
+                            ("local_airport", "local_airport"),
+                            ("local_atm", "local_atm"),
+                            ("local_bar", "local_bar"),
+                            ("local_cafe", "local_cafe"),
+                            ("local_car_wash", "local_car_wash"),
+                            ("local_convenience_store", "local_convenience_store"),
+                            ("local_dining", "local_dining"),
+                            ("local_drink", "local_drink"),
+                            ("local_florist", "local_florist"),
+                            ("local_gas_station", "local_gas_station"),
+                            ("local_grocery_store", "local_grocery_store"),
+                            ("local_hospital", "local_hospital"),
+                            ("local_hotel", "local_hotel"),
+                            ("local_laundry_service", "local_laundry_service"),
+                            ("local_library", "local_library"),
+                            ("local_mall", "local_mall"),
+                            ("local_movies", "local_movies"),
+                            ("local_offer", "local_offer"),
+                            ("local_parking", "local_parking"),
+                            ("local_pharmacy", "local_pharmacy"),
+                            ("local_phone", "local_phone"),
+                            ("local_pizza", "local_pizza"),
+                            ("local_play", "local_play"),
+                            ("local_post_office", "local_post_office"),
+                            ("local_printshop", "local_printshop"),
+                            ("local_see", "local_see"),
+                            ("local_shipping", "local_shipping"),
+                            ("local_taxi", "local_taxi"),
+                            ("location_city", "location_city"),
+                            ("location_disabled", "location_disabled"),
+                            ("location_off", "location_off"),
+                            ("location_on", "location_on"),
+                            ("location_searching", "location_searching"),
+                            ("lock", "lock"),
+                            ("lock_open", "lock_open"),
+                            ("lock_outline", "lock_outline"),
+                            ("looks", "looks"),
+                            ("looks_3", "looks_3"),
+                            ("looks_4", "looks_4"),
+                            ("looks_5", "looks_5"),
+                            ("looks_6", "looks_6"),
+                            ("looks_one", "looks_one"),
+                            ("looks_two", "looks_two"),
+                            ("loop", "loop"),
+                            ("loupe", "loupe"),
+                            ("low_priority", "low_priority"),
+                            ("loyalty", "loyalty"),
+                            ("mail", "mail"),
+                            ("mail_outline", "mail_outline"),
+                            ("map", "map"),
+                            ("markunread", "markunread"),
+                            ("markunread_mailbox", "markunread_mailbox"),
+                            ("memory", "memory"),
+                            ("menu", "menu"),
+                            ("merge_type", "merge_type"),
+                            ("message", "message"),
+                            ("mic", "mic"),
+                            ("mic_none", "mic_none"),
+                            ("mic_off", "mic_off"),
+                            ("mms", "mms"),
+                            ("mode_comment", "mode_comment"),
+                            ("mode_edit", "mode_edit"),
+                            ("monetization_on", "monetization_on"),
+                            ("money_off", "money_off"),
+                            ("monochrome_photos", "monochrome_photos"),
+                            ("mood", "mood"),
+                            ("mood_bad", "mood_bad"),
+                            ("more", "more"),
+                            ("more_horiz", "more_horiz"),
+                            ("more_vert", "more_vert"),
+                            ("motorcycle", "motorcycle"),
+                            ("mouse", "mouse"),
+                            ("move_to_inbox", "move_to_inbox"),
+                            ("movie", "movie"),
+                            ("movie_creation", "movie_creation"),
+                            ("movie_filter", "movie_filter"),
+                            ("multiline_chart", "multiline_chart"),
+                            ("music_note", "music_note"),
+                            ("music_video", "music_video"),
+                            ("my_location", "my_location"),
+                            ("nature", "nature"),
+                            ("nature_people", "nature_people"),
+                            ("navigate_before", "navigate_before"),
+                            ("navigate_next", "navigate_next"),
+                            ("navigation", "navigation"),
+                            ("near_me", "near_me"),
+                            ("network_cell", "network_cell"),
+                            ("network_check", "network_check"),
+                            ("network_locked", "network_locked"),
+                            ("network_wifi", "network_wifi"),
+                            ("new_releases", "new_releases"),
+                            ("next_week", "next_week"),
+                            ("nfc", "nfc"),
+                            ("no_encryption", "no_encryption"),
+                            ("no_sim", "no_sim"),
+                            ("not_interested", "not_interested"),
+                            ("note", "note"),
+                            ("note_add", "note_add"),
+                            ("notifications", "notifications"),
+                            ("notifications_active", "notifications_active"),
+                            ("notifications_none", "notifications_none"),
+                            ("notifications_off", "notifications_off"),
+                            ("notifications_paused", "notifications_paused"),
+                            ("offline_pin", "offline_pin"),
+                            ("ondemand_video", "ondemand_video"),
+                            ("opacity", "opacity"),
+                            ("open_in_browser", "open_in_browser"),
+                            ("open_in_new", "open_in_new"),
+                            ("open_with", "open_with"),
+                            ("pages", "pages"),
+                            ("pageview", "pageview"),
+                            ("palette", "palette"),
+                            ("pan_tool", "pan_tool"),
+                            ("panorama", "panorama"),
+                            ("panorama_fish_eye", "panorama_fish_eye"),
+                            ("panorama_horizontal", "panorama_horizontal"),
+                            ("panorama_vertical", "panorama_vertical"),
+                            ("panorama_wide_angle", "panorama_wide_angle"),
+                            ("party_mode", "party_mode"),
+                            ("pause", "pause"),
+                            ("pause_circle_filled", "pause_circle_filled"),
+                            ("pause_circle_outline", "pause_circle_outline"),
+                            ("payment", "payment"),
+                            ("people", "people"),
+                            ("people_outline", "people_outline"),
+                            ("perm_camera_mic", "perm_camera_mic"),
+                            ("perm_contact_calendar", "perm_contact_calendar"),
+                            ("perm_data_setting", "perm_data_setting"),
+                            ("perm_device_information", "perm_device_information"),
+                            ("perm_identity", "perm_identity"),
+                            ("perm_media", "perm_media"),
+                            ("perm_phone_msg", "perm_phone_msg"),
+                            ("perm_scan_wifi", "perm_scan_wifi"),
+                            ("person", "person"),
+                            ("person_add", "person_add"),
+                            ("person_outline", "person_outline"),
+                            ("person_pin", "person_pin"),
+                            ("person_pin_circle", "person_pin_circle"),
+                            ("personal_video", "personal_video"),
+                            ("pets", "pets"),
+                            ("phone", "phone"),
+                            ("phone_android", "phone_android"),
+                            ("phone_bluetooth_speaker", "phone_bluetooth_speaker"),
+                            ("phone_forwarded", "phone_forwarded"),
+                            ("phone_in_talk", "phone_in_talk"),
+                            ("phone_iphone", "phone_iphone"),
+                            ("phone_locked", "phone_locked"),
+                            ("phone_missed", "phone_missed"),
+                            ("phone_paused", "phone_paused"),
+                            ("phonelink", "phonelink"),
+                            ("phonelink_erase", "phonelink_erase"),
+                            ("phonelink_lock", "phonelink_lock"),
+                            ("phonelink_off", "phonelink_off"),
+                            ("phonelink_ring", "phonelink_ring"),
+                            ("phonelink_setup", "phonelink_setup"),
+                            ("photo", "photo"),
+                            ("photo_album", "photo_album"),
+                            ("photo_camera", "photo_camera"),
+                            ("photo_filter", "photo_filter"),
+                            ("photo_library", "photo_library"),
+                            ("photo_size_select_actual", "photo_size_select_actual"),
+                            ("photo_size_select_large", "photo_size_select_large"),
+                            ("photo_size_select_small", "photo_size_select_small"),
+                            ("picture_as_pdf", "picture_as_pdf"),
+                            ("picture_in_picture", "picture_in_picture"),
+                            ("picture_in_picture_alt", "picture_in_picture_alt"),
+                            ("pie_chart", "pie_chart"),
+                            ("pie_chart_outlined", "pie_chart_outlined"),
+                            ("pin_drop", "pin_drop"),
+                            ("place", "place"),
+                            ("play_arrow", "play_arrow"),
+                            ("play_circle_filled", "play_circle_filled"),
+                            ("play_circle_outline", "play_circle_outline"),
+                            ("play_for_work", "play_for_work"),
+                            ("playlist_add", "playlist_add"),
+                            ("playlist_add_check", "playlist_add_check"),
+                            ("playlist_play", "playlist_play"),
+                            ("plus_one", "plus_one"),
+                            ("poll", "poll"),
+                            ("polymer", "polymer"),
+                            ("pool", "pool"),
+                            ("portable_wifi_off", "portable_wifi_off"),
+                            ("portrait", "portrait"),
+                            ("power", "power"),
+                            ("power_input", "power_input"),
+                            ("power_settings_new", "power_settings_new"),
+                            ("pregnant_woman", "pregnant_woman"),
+                            ("present_to_all", "present_to_all"),
+                            ("print", "print"),
+                            ("priority_high", "priority_high"),
+                            ("public", "public"),
+                            ("publish", "publish"),
+                            ("query_builder", "query_builder"),
+                            ("question_answer", "question_answer"),
+                            ("queue", "queue"),
+                            ("queue_music", "queue_music"),
+                            ("queue_play_next", "queue_play_next"),
+                            ("radio", "radio"),
+                            ("radio_button_checked", "radio_button_checked"),
+                            ("radio_button_unchecked", "radio_button_unchecked"),
+                            ("rate_review", "rate_review"),
+                            ("receipt", "receipt"),
+                            ("recent_actors", "recent_actors"),
+                            ("record_voice_over", "record_voice_over"),
+                            ("redeem", "redeem"),
+                            ("redo", "redo"),
+                            ("refresh", "refresh"),
+                            ("remove", "remove"),
+                            ("remove_circle", "remove_circle"),
+                            ("remove_circle_outline", "remove_circle_outline"),
+                            ("remove_from_queue", "remove_from_queue"),
+                            ("remove_red_eye", "remove_red_eye"),
+                            ("remove_shopping_cart", "remove_shopping_cart"),
+                            ("reorder", "reorder"),
+                            ("repeat", "repeat"),
+                            ("repeat_one", "repeat_one"),
+                            ("replay", "replay"),
+                            ("replay_10", "replay_10"),
+                            ("replay_30", "replay_30"),
+                            ("replay_5", "replay_5"),
+                            ("reply", "reply"),
+                            ("reply_all", "reply_all"),
+                            ("report", "report"),
+                            ("report_problem", "report_problem"),
+                            ("restaurant", "restaurant"),
+                            ("restaurant_menu", "restaurant_menu"),
+                            ("restore", "restore"),
+                            ("restore_page", "restore_page"),
+                            ("ring_volume", "ring_volume"),
+                            ("room", "room"),
+                            ("room_service", "room_service"),
+                            ("rotate_90_degrees_ccw", "rotate_90_degrees_ccw"),
+                            ("rotate_left", "rotate_left"),
+                            ("rotate_right", "rotate_right"),
+                            ("rounded_corner", "rounded_corner"),
+                            ("router", "router"),
+                            ("rowing", "rowing"),
+                            ("rss_feed", "rss_feed"),
+                            ("rv_hookup", "rv_hookup"),
+                            ("satellite", "satellite"),
+                            ("save", "save"),
+                            ("scanner", "scanner"),
+                            ("schedule", "schedule"),
+                            ("school", "school"),
+                            ("screen_lock_landscape", "screen_lock_landscape"),
+                            ("screen_lock_portrait", "screen_lock_portrait"),
+                            ("screen_lock_rotation", "screen_lock_rotation"),
+                            ("screen_rotation", "screen_rotation"),
+                            ("screen_share", "screen_share"),
+                            ("sd_card", "sd_card"),
+                            ("sd_storage", "sd_storage"),
+                            ("search", "search"),
+                            ("security", "security"),
+                            ("select_all", "select_all"),
+                            ("send", "send"),
+                            ("sentiment_dissatisfied", "sentiment_dissatisfied"),
+                            ("sentiment_neutral", "sentiment_neutral"),
+                            ("sentiment_satisfied", "sentiment_satisfied"),
+                            (
+                                "sentiment_very_dissatisfied",
+                                "sentiment_very_dissatisfied",
+                            ),
+                            ("sentiment_very_satisfied", "sentiment_very_satisfied"),
+                            ("settings", "settings"),
+                            ("settings_applications", "settings_applications"),
+                            ("settings_backup_restore", "settings_backup_restore"),
+                            ("settings_bluetooth", "settings_bluetooth"),
+                            ("settings_brightness", "settings_brightness"),
+                            ("settings_cell", "settings_cell"),
+                            ("settings_ethernet", "settings_ethernet"),
+                            ("settings_input_antenna", "settings_input_antenna"),
+                            ("settings_input_component", "settings_input_component"),
+                            ("settings_input_composite", "settings_input_composite"),
+                            ("settings_input_hdmi", "settings_input_hdmi"),
+                            ("settings_input_svideo", "settings_input_svideo"),
+                            ("settings_overscan", "settings_overscan"),
+                            ("settings_phone", "settings_phone"),
+                            ("settings_power", "settings_power"),
+                            ("settings_remote", "settings_remote"),
+                            ("settings_system_daydream", "settings_system_daydream"),
+                            ("settings_voice", "settings_voice"),
+                            ("share", "share"),
+                            ("shop", "shop"),
+                            ("shop_two", "shop_two"),
+                            ("shopping_basket", "shopping_basket"),
+                            ("shopping_cart", "shopping_cart"),
+                            ("short_text", "short_text"),
+                            ("show_chart", "show_chart"),
+                            ("shuffle", "shuffle"),
+                            ("signal_cellular_4_bar", "signal_cellular_4_bar"),
+                            (
+                                "signal_cellular_connected_no_internet_4_bar",
+                                "signal_cellular_connected_no_internet_4_bar",
+                            ),
+                            ("signal_cellular_no_sim", "signal_cellular_no_sim"),
+                            ("signal_cellular_null", "signal_cellular_null"),
+                            ("signal_cellular_off", "signal_cellular_off"),
+                            ("signal_wifi_4_bar", "signal_wifi_4_bar"),
+                            ("signal_wifi_4_bar_lock", "signal_wifi_4_bar_lock"),
+                            ("signal_wifi_off", "signal_wifi_off"),
+                            ("sim_card", "sim_card"),
+                            ("sim_card_alert", "sim_card_alert"),
+                            ("skip_next", "skip_next"),
+                            ("skip_previous", "skip_previous"),
+                            ("slideshow", "slideshow"),
+                            ("slow_motion_video", "slow_motion_video"),
+                            ("smartphone", "smartphone"),
+                            ("smoke_free", "smoke_free"),
+                            ("smoking_rooms", "smoking_rooms"),
+                            ("sms", "sms"),
+                            ("sms_failed", "sms_failed"),
+                            ("snooze", "snooze"),
+                            ("sort", "sort"),
+                            ("sort_by_alpha", "sort_by_alpha"),
+                            ("spa", "spa"),
+                            ("space_bar", "space_bar"),
+                            ("speaker", "speaker"),
+                            ("speaker_group", "speaker_group"),
+                            ("speaker_notes", "speaker_notes"),
+                            ("speaker_notes_off", "speaker_notes_off"),
+                            ("speaker_phone", "speaker_phone"),
+                            ("spellcheck", "spellcheck"),
+                            ("star", "star"),
+                            ("star_border", "star_border"),
+                            ("star_half", "star_half"),
+                            ("stars", "stars"),
+                            ("stay_current_landscape", "stay_current_landscape"),
+                            ("stay_current_portrait", "stay_current_portrait"),
+                            ("stay_primary_landscape", "stay_primary_landscape"),
+                            ("stay_primary_portrait", "stay_primary_portrait"),
+                            ("stop", "stop"),
+                            ("stop_screen_share", "stop_screen_share"),
+                            ("storage", "storage"),
+                            ("store", "store"),
+                            ("store_mall_directory", "store_mall_directory"),
+                            ("straighten", "straighten"),
+                            ("streetview", "streetview"),
+                            ("strikethrough_s", "strikethrough_s"),
+                            ("style", "style"),
+                            ("subdirectory_arrow_left", "subdirectory_arrow_left"),
+                            ("subdirectory_arrow_right", "subdirectory_arrow_right"),
+                            ("subject", "subject"),
+                            ("subscriptions", "subscriptions"),
+                            ("subtitles", "subtitles"),
+                            ("subway", "subway"),
+                            ("supervisor_account", "supervisor_account"),
+                            ("surround_sound", "surround_sound"),
+                            ("swap_calls", "swap_calls"),
+                            ("swap_horiz", "swap_horiz"),
+                            ("swap_vert", "swap_vert"),
+                            ("swap_vertical_circle", "swap_vertical_circle"),
+                            ("switch_camera", "switch_camera"),
+                            ("switch_video", "switch_video"),
+                            ("sync", "sync"),
+                            ("sync_disabled", "sync_disabled"),
+                            ("sync_problem", "sync_problem"),
+                            ("system_update", "system_update"),
+                            ("system_update_alt", "system_update_alt"),
+                            ("tab", "tab"),
+                            ("tab_unselected", "tab_unselected"),
+                            ("tablet", "tablet"),
+                            ("tablet_android", "tablet_android"),
+                            ("tablet_mac", "tablet_mac"),
+                            ("tag_faces", "tag_faces"),
+                            ("tap_and_play", "tap_and_play"),
+                            ("terrain", "terrain"),
+                            ("text_fields", "text_fields"),
+                            ("text_format", "text_format"),
+                            ("textsms", "textsms"),
+                            ("texture", "texture"),
+                            ("theaters", "theaters"),
+                            ("thumb_down", "thumb_down"),
+                            ("thumb_up", "thumb_up"),
+                            ("thumbs_up_down", "thumbs_up_down"),
+                            ("time_to_leave", "time_to_leave"),
+                            ("timelapse", "timelapse"),
+                            ("timeline", "timeline"),
+                            ("timer", "timer"),
+                            ("timer_10", "timer_10"),
+                            ("timer_3", "timer_3"),
+                            ("timer_off", "timer_off"),
+                            ("title", "title"),
+                            ("toc", "toc"),
+                            ("today", "today"),
+                            ("toll", "toll"),
+                            ("tonality", "tonality"),
+                            ("touch_app", "touch_app"),
+                            ("toys", "toys"),
+                            ("track_changes", "track_changes"),
+                            ("traffic", "traffic"),
+                            ("train", "train"),
+                            ("tram", "tram"),
+                            ("transfer_within_a_station", "transfer_within_a_station"),
+                            ("transform", "transform"),
+                            ("translate", "translate"),
+                            ("trending_down", "trending_down"),
+                            ("trending_flat", "trending_flat"),
+                            ("trending_up", "trending_up"),
+                            ("tune", "tune"),
+                            ("turned_in", "turned_in"),
+                            ("turned_in_not", "turned_in_not"),
+                            ("tv", "tv"),
+                            ("unarchive", "unarchive"),
+                            ("undo", "undo"),
+                            ("unfold_less", "unfold_less"),
+                            ("unfold_more", "unfold_more"),
+                            ("update", "update"),
+                            ("usb", "usb"),
+                            ("verified_user", "verified_user"),
+                            ("vertical_align_bottom", "vertical_align_bottom"),
+                            ("vertical_align_center", "vertical_align_center"),
+                            ("vertical_align_top", "vertical_align_top"),
+                            ("vibration", "vibration"),
+                            ("video_call", "video_call"),
+                            ("video_label", "video_label"),
+                            ("video_library", "video_library"),
+                            ("videocam", "videocam"),
+                            ("videocam_off", "videocam_off"),
+                            ("videogame_asset", "videogame_asset"),
+                            ("view_agenda", "view_agenda"),
+                            ("view_array", "view_array"),
+                            ("view_carousel", "view_carousel"),
+                            ("view_column", "view_column"),
+                            ("view_comfy", "view_comfy"),
+                            ("view_compact", "view_compact"),
+                            ("view_day", "view_day"),
+                            ("view_headline", "view_headline"),
+                            ("view_list", "view_list"),
+                            ("view_module", "view_module"),
+                            ("view_quilt", "view_quilt"),
+                            ("view_stream", "view_stream"),
+                            ("view_week", "view_week"),
+                            ("vignette", "vignette"),
+                            ("visibility", "visibility"),
+                            ("visibility_off", "visibility_off"),
+                            ("voice_chat", "voice_chat"),
+                            ("voicemail", "voicemail"),
+                            ("volume_down", "volume_down"),
+                            ("volume_mute", "volume_mute"),
+                            ("volume_off", "volume_off"),
+                            ("volume_up", "volume_up"),
+                            ("vpn_key", "vpn_key"),
+                            ("vpn_lock", "vpn_lock"),
+                            ("wallpaper", "wallpaper"),
+                            ("warning", "warning"),
+                            ("watch", "watch"),
+                            ("watch_later", "watch_later"),
+                            ("wb_auto", "wb_auto"),
+                            ("wb_cloudy", "wb_cloudy"),
+                            ("wb_incandescent", "wb_incandescent"),
+                            ("wb_iridescent", "wb_iridescent"),
+                            ("wb_sunny", "wb_sunny"),
+                            ("wc", "wc"),
+                            ("web", "web"),
+                            ("web_asset", "web_asset"),
+                            ("weekend", "weekend"),
+                            ("whatshot", "whatshot"),
+                            ("widgets", "widgets"),
+                            ("wifi", "wifi"),
+                            ("wifi_lock", "wifi_lock"),
+                            ("wifi_tethering", "wifi_tethering"),
+                            ("work", "work"),
+                            ("wrap_text", "wrap_text"),
+                            ("youtube_searched_for", "youtube_searched_for"),
+                            ("zoom_in", "zoom_in"),
+                            ("zoom_out", "zoom_out"),
+                            ("zoom_out_map", "zoom_out_map"),
+                        ],
+                        default="bug_report",
+                        max_length=50,
+                        verbose_name="Icon",
+                    ),
+                ),
+                (
+                    "free_text",
+                    models.BooleanField(
+                        default=False, verbose_name="Free text input allowed"
+                    ),
+                ),
+                (
+                    "placeholder",
+                    models.CharField(
+                        blank=True, max_length=100, verbose_name="Placeholder"
+                    ),
+                ),
+                (
+                    "parent",
+                    models.ForeignKey(
+                        blank=True,
+                        null=True,
+                        on_delete=django.db.models.deletion.CASCADE,
+                        related_name="children",
+                        to="hjelp.IssueCategory",
+                        verbose_name="Parent category",
+                    ),
+                ),
+                (
+                    "site",
+                    models.ForeignKey(
+                        default=1,
+                        editable=False,
+                        on_delete=django.db.models.deletion.CASCADE,
+                        to="sites.Site",
+                    ),
+                ),
             ],
             options={
-                'verbose_name': 'Issue category',
-                'verbose_name_plural': 'Issue categories',
+                "verbose_name": "Issue category",
+                "verbose_name_plural": "Issue categories",
             },
-            managers=[
-                ('objects', django.contrib.sites.managers.CurrentSiteManager()),
-            ],
+            managers=[("objects", django.contrib.sites.managers.CurrentSiteManager()),],
         ),
         migrations.CreateModel(
-            name='FAQSection',
+            name="FAQSection",
             fields=[
-                ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
-                ('extended_data', django.contrib.postgres.fields.jsonb.JSONField(default=dict, editable=False)),
-                ('name', models.CharField(max_length=200, verbose_name='Name')),
-                ('icon', models.CharField(blank=True, choices=[('3d_rotation', '3d_rotation'), ('ac_unit', 'ac_unit'), ('access_alarm', 'access_alarm'), ('access_alarms', 'access_alarms'), ('access_time', 'access_time'), ('accessibility', 'accessibility'), ('accessible', 'accessible'), ('account_balance', 'account_balance'), ('account_balance_wallet', 'account_balance_wallet'), ('account_box', 'account_box'), ('account_circle', 'account_circle'), ('adb', 'adb'), ('add', 'add'), ('add_a_photo', 'add_a_photo'), ('add_alarm', 'add_alarm'), ('add_alert', 'add_alert'), ('add_box', 'add_box'), ('add_circle', 'add_circle'), ('add_circle_outline', 'add_circle_outline'), ('add_location', 'add_location'), ('add_shopping_cart', 'add_shopping_cart'), ('add_to_photos', 'add_to_photos'), ('add_to_queue', 'add_to_queue'), ('adjust', 'adjust'), ('airline_seat_flat', 'airline_seat_flat'), ('airline_seat_flat_angled', 'airline_seat_flat_angled'), ('airline_seat_individual_suite', 'airline_seat_individual_suite'), ('airline_seat_legroom_extra', 'airline_seat_legroom_extra'), ('airline_seat_legroom_normal', 'airline_seat_legroom_normal'), ('airline_seat_legroom_reduced', 'airline_seat_legroom_reduced'), ('airline_seat_recline_extra', 'airline_seat_recline_extra'), ('airline_seat_recline_normal', 'airline_seat_recline_normal'), ('airplanemode_active', 'airplanemode_active'), ('airplanemode_inactive', 'airplanemode_inactive'), ('airplay', 'airplay'), ('airport_shuttle', 'airport_shuttle'), ('alarm', 'alarm'), ('alarm_add', 'alarm_add'), ('alarm_off', 'alarm_off'), ('alarm_on', 'alarm_on'), ('album', 'album'), ('all_inclusive', 'all_inclusive'), ('all_out', 'all_out'), ('android', 'android'), ('announcement', 'announcement'), ('apps', 'apps'), ('archive', 'archive'), ('arrow_back', 'arrow_back'), ('arrow_downward', 'arrow_downward'), ('arrow_drop_down', 'arrow_drop_down'), ('arrow_drop_down_circle', 'arrow_drop_down_circle'), ('arrow_drop_up', 'arrow_drop_up'), ('arrow_forward', 'arrow_forward'), ('arrow_upward', 'arrow_upward'), ('art_track', 'art_track'), ('aspect_ratio', 'aspect_ratio'), ('assessment', 'assessment'), ('assignment', 'assignment'), ('assignment_ind', 'assignment_ind'), ('assignment_late', 'assignment_late'), ('assignment_return', 'assignment_return'), ('assignment_returned', 'assignment_returned'), ('assignment_turned_in', 'assignment_turned_in'), ('assistant', 'assistant'), ('assistant_photo', 'assistant_photo'), ('attach_file', 'attach_file'), ('attach_money', 'attach_money'), ('attachment', 'attachment'), ('audiotrack', 'audiotrack'), ('autorenew', 'autorenew'), ('av_timer', 'av_timer'), ('backspace', 'backspace'), ('backup', 'backup'), ('battery_alert', 'battery_alert'), ('battery_charging_full', 'battery_charging_full'), ('battery_full', 'battery_full'), ('battery_std', 'battery_std'), ('battery_unknown', 'battery_unknown'), ('beach_access', 'beach_access'), ('beenhere', 'beenhere'), ('block', 'block'), ('bluetooth', 'bluetooth'), ('bluetooth_audio', 'bluetooth_audio'), ('bluetooth_connected', 'bluetooth_connected'), ('bluetooth_disabled', 'bluetooth_disabled'), ('bluetooth_searching', 'bluetooth_searching'), ('blur_circular', 'blur_circular'), ('blur_linear', 'blur_linear'), ('blur_off', 'blur_off'), ('blur_on', 'blur_on'), ('book', 'book'), ('bookmark', 'bookmark'), ('bookmark_border', 'bookmark_border'), ('border_all', 'border_all'), ('border_bottom', 'border_bottom'), ('border_clear', 'border_clear'), ('border_color', 'border_color'), ('border_horizontal', 'border_horizontal'), ('border_inner', 'border_inner'), ('border_left', 'border_left'), ('border_outer', 'border_outer'), ('border_right', 'border_right'), ('border_style', 'border_style'), ('border_top', 'border_top'), ('border_vertical', 'border_vertical'), ('branding_watermark', 'branding_watermark'), ('brightness_1', 'brightness_1'), ('brightness_2', 'brightness_2'), ('brightness_3', 'brightness_3'), ('brightness_4', 'brightness_4'), ('brightness_5', 'brightness_5'), ('brightness_6', 'brightness_6'), ('brightness_7', 'brightness_7'), ('brightness_auto', 'brightness_auto'), ('brightness_high', 'brightness_high'), ('brightness_low', 'brightness_low'), ('brightness_medium', 'brightness_medium'), ('broken_image', 'broken_image'), ('brush', 'brush'), ('bubble_chart', 'bubble_chart'), ('bug_report', 'bug_report'), ('build', 'build'), ('burst_mode', 'burst_mode'), ('business', 'business'), ('business_center', 'business_center'), ('cached', 'cached'), ('cake', 'cake'), ('call', 'call'), ('call_end', 'call_end'), ('call_made', 'call_made'), ('call_merge', 'call_merge'), ('call_missed', 'call_missed'), ('call_missed_outgoing', 'call_missed_outgoing'), ('call_received', 'call_received'), ('call_split', 'call_split'), ('call_to_action', 'call_to_action'), ('camera', 'camera'), ('camera_alt', 'camera_alt'), ('camera_enhance', 'camera_enhance'), ('camera_front', 'camera_front'), ('camera_rear', 'camera_rear'), ('camera_roll', 'camera_roll'), ('cancel', 'cancel'), ('card_giftcard', 'card_giftcard'), ('card_membership', 'card_membership'), ('card_travel', 'card_travel'), ('casino', 'casino'), ('cast', 'cast'), ('cast_connected', 'cast_connected'), ('center_focus_strong', 'center_focus_strong'), ('center_focus_weak', 'center_focus_weak'), ('change_history', 'change_history'), ('chat', 'chat'), ('chat_bubble', 'chat_bubble'), ('chat_bubble_outline', 'chat_bubble_outline'), ('check', 'check'), ('check_box', 'check_box'), ('check_box_outline_blank', 'check_box_outline_blank'), ('check_circle', 'check_circle'), ('chevron_left', 'chevron_left'), ('chevron_right', 'chevron_right'), ('child_care', 'child_care'), ('child_friendly', 'child_friendly'), ('chrome_reader_mode', 'chrome_reader_mode'), ('class', 'class'), ('clear', 'clear'), ('clear_all', 'clear_all'), ('close', 'close'), ('closed_caption', 'closed_caption'), ('cloud', 'cloud'), ('cloud_circle', 'cloud_circle'), ('cloud_done', 'cloud_done'), ('cloud_download', 'cloud_download'), ('cloud_off', 'cloud_off'), ('cloud_queue', 'cloud_queue'), ('cloud_upload', 'cloud_upload'), ('code', 'code'), ('collections', 'collections'), ('collections_bookmark', 'collections_bookmark'), ('color_lens', 'color_lens'), ('colorize', 'colorize'), ('comment', 'comment'), ('compare', 'compare'), ('compare_arrows', 'compare_arrows'), ('computer', 'computer'), ('confirmation_number', 'confirmation_number'), ('contact_mail', 'contact_mail'), ('contact_phone', 'contact_phone'), ('contacts', 'contacts'), ('content_copy', 'content_copy'), ('content_cut', 'content_cut'), ('content_paste', 'content_paste'), ('control_point', 'control_point'), ('control_point_duplicate', 'control_point_duplicate'), ('copyright', 'copyright'), ('create', 'create'), ('create_new_folder', 'create_new_folder'), ('credit_card', 'credit_card'), ('crop', 'crop'), ('crop_16_9', 'crop_16_9'), ('crop_3_2', 'crop_3_2'), ('crop_5_4', 'crop_5_4'), ('crop_7_5', 'crop_7_5'), ('crop_din', 'crop_din'), ('crop_free', 'crop_free'), ('crop_landscape', 'crop_landscape'), ('crop_original', 'crop_original'), ('crop_portrait', 'crop_portrait'), ('crop_rotate', 'crop_rotate'), ('crop_square', 'crop_square'), ('dashboard', 'dashboard'), ('data_usage', 'data_usage'), ('date_range', 'date_range'), ('dehaze', 'dehaze'), ('delete', 'delete'), ('delete_forever', 'delete_forever'), ('delete_sweep', 'delete_sweep'), ('description', 'description'), ('desktop_mac', 'desktop_mac'), ('desktop_windows', 'desktop_windows'), ('details', 'details'), ('developer_board', 'developer_board'), ('developer_mode', 'developer_mode'), ('device_hub', 'device_hub'), ('devices', 'devices'), ('devices_other', 'devices_other'), ('dialer_sip', 'dialer_sip'), ('dialpad', 'dialpad'), ('directions', 'directions'), ('directions_bike', 'directions_bike'), ('directions_boat', 'directions_boat'), ('directions_bus', 'directions_bus'), ('directions_car', 'directions_car'), ('directions_railway', 'directions_railway'), ('directions_run', 'directions_run'), ('directions_subway', 'directions_subway'), ('directions_transit', 'directions_transit'), ('directions_walk', 'directions_walk'), ('disc_full', 'disc_full'), ('dns', 'dns'), ('do_not_disturb', 'do_not_disturb'), ('do_not_disturb_alt', 'do_not_disturb_alt'), ('do_not_disturb_off', 'do_not_disturb_off'), ('do_not_disturb_on', 'do_not_disturb_on'), ('dock', 'dock'), ('domain', 'domain'), ('done', 'done'), ('done_all', 'done_all'), ('donut_large', 'donut_large'), ('donut_small', 'donut_small'), ('drafts', 'drafts'), ('drag_handle', 'drag_handle'), ('drive_eta', 'drive_eta'), ('dvr', 'dvr'), ('edit', 'edit'), ('edit_location', 'edit_location'), ('eject', 'eject'), ('email', 'email'), ('enhanced_encryption', 'enhanced_encryption'), ('equalizer', 'equalizer'), ('error', 'error'), ('error_outline', 'error_outline'), ('euro_symbol', 'euro_symbol'), ('ev_station', 'ev_station'), ('event', 'event'), ('event_available', 'event_available'), ('event_busy', 'event_busy'), ('event_note', 'event_note'), ('event_seat', 'event_seat'), ('exit_to_app', 'exit_to_app'), ('expand_less', 'expand_less'), ('expand_more', 'expand_more'), ('explicit', 'explicit'), ('explore', 'explore'), ('exposure', 'exposure'), ('exposure_neg_1', 'exposure_neg_1'), ('exposure_neg_2', 'exposure_neg_2'), ('exposure_plus_1', 'exposure_plus_1'), ('exposure_plus_2', 'exposure_plus_2'), ('exposure_zero', 'exposure_zero'), ('extension', 'extension'), ('face', 'face'), ('fast_forward', 'fast_forward'), ('fast_rewind', 'fast_rewind'), ('favorite', 'favorite'), ('favorite_border', 'favorite_border'), ('featured_play_list', 'featured_play_list'), ('featured_video', 'featured_video'), ('feedback', 'feedback'), ('fiber_dvr', 'fiber_dvr'), ('fiber_manual_record', 'fiber_manual_record'), ('fiber_new', 'fiber_new'), ('fiber_pin', 'fiber_pin'), ('fiber_smart_record', 'fiber_smart_record'), ('file_download', 'file_download'), ('file_upload', 'file_upload'), ('filter', 'filter'), ('filter_1', 'filter_1'), ('filter_2', 'filter_2'), ('filter_3', 'filter_3'), ('filter_4', 'filter_4'), ('filter_5', 'filter_5'), ('filter_6', 'filter_6'), ('filter_7', 'filter_7'), ('filter_8', 'filter_8'), ('filter_9', 'filter_9'), ('filter_9_plus', 'filter_9_plus'), ('filter_b_and_w', 'filter_b_and_w'), ('filter_center_focus', 'filter_center_focus'), ('filter_drama', 'filter_drama'), ('filter_frames', 'filter_frames'), ('filter_hdr', 'filter_hdr'), ('filter_list', 'filter_list'), ('filter_none', 'filter_none'), ('filter_tilt_shift', 'filter_tilt_shift'), ('filter_vintage', 'filter_vintage'), ('find_in_page', 'find_in_page'), ('find_replace', 'find_replace'), ('fingerprint', 'fingerprint'), ('first_page', 'first_page'), ('fitness_center', 'fitness_center'), ('flag', 'flag'), ('flare', 'flare'), ('flash_auto', 'flash_auto'), ('flash_off', 'flash_off'), ('flash_on', 'flash_on'), ('flight', 'flight'), ('flight_land', 'flight_land'), ('flight_takeoff', 'flight_takeoff'), ('flip', 'flip'), ('flip_to_back', 'flip_to_back'), ('flip_to_front', 'flip_to_front'), ('folder', 'folder'), ('folder_open', 'folder_open'), ('folder_shared', 'folder_shared'), ('folder_special', 'folder_special'), ('font_download', 'font_download'), ('format_align_center', 'format_align_center'), ('format_align_justify', 'format_align_justify'), ('format_align_left', 'format_align_left'), ('format_align_right', 'format_align_right'), ('format_bold', 'format_bold'), ('format_clear', 'format_clear'), ('format_color_fill', 'format_color_fill'), ('format_color_reset', 'format_color_reset'), ('format_color_text', 'format_color_text'), ('format_indent_decrease', 'format_indent_decrease'), ('format_indent_increase', 'format_indent_increase'), ('format_italic', 'format_italic'), ('format_line_spacing', 'format_line_spacing'), ('format_list_bulleted', 'format_list_bulleted'), ('format_list_numbered', 'format_list_numbered'), ('format_paint', 'format_paint'), ('format_quote', 'format_quote'), ('format_shapes', 'format_shapes'), ('format_size', 'format_size'), ('format_strikethrough', 'format_strikethrough'), ('format_textdirection_l_to_r', 'format_textdirection_l_to_r'), ('format_textdirection_r_to_l', 'format_textdirection_r_to_l'), ('format_underlined', 'format_underlined'), ('forum', 'forum'), ('forward', 'forward'), ('forward_10', 'forward_10'), ('forward_30', 'forward_30'), ('forward_5', 'forward_5'), ('free_breakfast', 'free_breakfast'), ('fullscreen', 'fullscreen'), ('fullscreen_exit', 'fullscreen_exit'), ('functions', 'functions'), ('g_translate', 'g_translate'), ('gamepad', 'gamepad'), ('games', 'games'), ('gavel', 'gavel'), ('gesture', 'gesture'), ('get_app', 'get_app'), ('gif', 'gif'), ('golf_course', 'golf_course'), ('gps_fixed', 'gps_fixed'), ('gps_not_fixed', 'gps_not_fixed'), ('gps_off', 'gps_off'), ('grade', 'grade'), ('gradient', 'gradient'), ('grain', 'grain'), ('graphic_eq', 'graphic_eq'), ('grid_off', 'grid_off'), ('grid_on', 'grid_on'), ('group', 'group'), ('group_add', 'group_add'), ('group_work', 'group_work'), ('hd', 'hd'), ('hdr_off', 'hdr_off'), ('hdr_on', 'hdr_on'), ('hdr_strong', 'hdr_strong'), ('hdr_weak', 'hdr_weak'), ('headset', 'headset'), ('headset_mic', 'headset_mic'), ('healing', 'healing'), ('hearing', 'hearing'), ('help', 'help'), ('help_outline', 'help_outline'), ('high_quality', 'high_quality'), ('highlight', 'highlight'), ('highlight_off', 'highlight_off'), ('history', 'history'), ('home', 'home'), ('hot_tub', 'hot_tub'), ('hotel', 'hotel'), ('hourglass_empty', 'hourglass_empty'), ('hourglass_full', 'hourglass_full'), ('http', 'http'), ('https', 'https'), ('image', 'image'), ('image_aspect_ratio', 'image_aspect_ratio'), ('import_contacts', 'import_contacts'), ('import_export', 'import_export'), ('important_devices', 'important_devices'), ('inbox', 'inbox'), ('indeterminate_check_box', 'indeterminate_check_box'), ('info', 'info'), ('info_outline', 'info_outline'), ('input', 'input'), ('insert_chart', 'insert_chart'), ('insert_comment', 'insert_comment'), ('insert_drive_file', 'insert_drive_file'), ('insert_emoticon', 'insert_emoticon'), ('insert_invitation', 'insert_invitation'), ('insert_link', 'insert_link'), ('insert_photo', 'insert_photo'), ('invert_colors', 'invert_colors'), ('invert_colors_off', 'invert_colors_off'), ('iso', 'iso'), ('keyboard', 'keyboard'), ('keyboard_arrow_down', 'keyboard_arrow_down'), ('keyboard_arrow_left', 'keyboard_arrow_left'), ('keyboard_arrow_right', 'keyboard_arrow_right'), ('keyboard_arrow_up', 'keyboard_arrow_up'), ('keyboard_backspace', 'keyboard_backspace'), ('keyboard_capslock', 'keyboard_capslock'), ('keyboard_hide', 'keyboard_hide'), ('keyboard_return', 'keyboard_return'), ('keyboard_tab', 'keyboard_tab'), ('keyboard_voice', 'keyboard_voice'), ('kitchen', 'kitchen'), ('label', 'label'), ('label_outline', 'label_outline'), ('landscape', 'landscape'), ('language', 'language'), ('laptop', 'laptop'), ('laptop_chromebook', 'laptop_chromebook'), ('laptop_mac', 'laptop_mac'), ('laptop_windows', 'laptop_windows'), ('last_page', 'last_page'), ('launch', 'launch'), ('layers', 'layers'), ('layers_clear', 'layers_clear'), ('leak_add', 'leak_add'), ('leak_remove', 'leak_remove'), ('lens', 'lens'), ('library_add', 'library_add'), ('library_books', 'library_books'), ('library_music', 'library_music'), ('lightbulb_outline', 'lightbulb_outline'), ('line_style', 'line_style'), ('line_weight', 'line_weight'), ('linear_scale', 'linear_scale'), ('link', 'link'), ('linked_camera', 'linked_camera'), ('list', 'list'), ('live_help', 'live_help'), ('live_tv', 'live_tv'), ('local_activity', 'local_activity'), ('local_airport', 'local_airport'), ('local_atm', 'local_atm'), ('local_bar', 'local_bar'), ('local_cafe', 'local_cafe'), ('local_car_wash', 'local_car_wash'), ('local_convenience_store', 'local_convenience_store'), ('local_dining', 'local_dining'), ('local_drink', 'local_drink'), ('local_florist', 'local_florist'), ('local_gas_station', 'local_gas_station'), ('local_grocery_store', 'local_grocery_store'), ('local_hospital', 'local_hospital'), ('local_hotel', 'local_hotel'), ('local_laundry_service', 'local_laundry_service'), ('local_library', 'local_library'), ('local_mall', 'local_mall'), ('local_movies', 'local_movies'), ('local_offer', 'local_offer'), ('local_parking', 'local_parking'), ('local_pharmacy', 'local_pharmacy'), ('local_phone', 'local_phone'), ('local_pizza', 'local_pizza'), ('local_play', 'local_play'), ('local_post_office', 'local_post_office'), ('local_printshop', 'local_printshop'), ('local_see', 'local_see'), ('local_shipping', 'local_shipping'), ('local_taxi', 'local_taxi'), ('location_city', 'location_city'), ('location_disabled', 'location_disabled'), ('location_off', 'location_off'), ('location_on', 'location_on'), ('location_searching', 'location_searching'), ('lock', 'lock'), ('lock_open', 'lock_open'), ('lock_outline', 'lock_outline'), ('looks', 'looks'), ('looks_3', 'looks_3'), ('looks_4', 'looks_4'), ('looks_5', 'looks_5'), ('looks_6', 'looks_6'), ('looks_one', 'looks_one'), ('looks_two', 'looks_two'), ('loop', 'loop'), ('loupe', 'loupe'), ('low_priority', 'low_priority'), ('loyalty', 'loyalty'), ('mail', 'mail'), ('mail_outline', 'mail_outline'), ('map', 'map'), ('markunread', 'markunread'), ('markunread_mailbox', 'markunread_mailbox'), ('memory', 'memory'), ('menu', 'menu'), ('merge_type', 'merge_type'), ('message', 'message'), ('mic', 'mic'), ('mic_none', 'mic_none'), ('mic_off', 'mic_off'), ('mms', 'mms'), ('mode_comment', 'mode_comment'), ('mode_edit', 'mode_edit'), ('monetization_on', 'monetization_on'), ('money_off', 'money_off'), ('monochrome_photos', 'monochrome_photos'), ('mood', 'mood'), ('mood_bad', 'mood_bad'), ('more', 'more'), ('more_horiz', 'more_horiz'), ('more_vert', 'more_vert'), ('motorcycle', 'motorcycle'), ('mouse', 'mouse'), ('move_to_inbox', 'move_to_inbox'), ('movie', 'movie'), ('movie_creation', 'movie_creation'), ('movie_filter', 'movie_filter'), ('multiline_chart', 'multiline_chart'), ('music_note', 'music_note'), ('music_video', 'music_video'), ('my_location', 'my_location'), ('nature', 'nature'), ('nature_people', 'nature_people'), ('navigate_before', 'navigate_before'), ('navigate_next', 'navigate_next'), ('navigation', 'navigation'), ('near_me', 'near_me'), ('network_cell', 'network_cell'), ('network_check', 'network_check'), ('network_locked', 'network_locked'), ('network_wifi', 'network_wifi'), ('new_releases', 'new_releases'), ('next_week', 'next_week'), ('nfc', 'nfc'), ('no_encryption', 'no_encryption'), ('no_sim', 'no_sim'), ('not_interested', 'not_interested'), ('note', 'note'), ('note_add', 'note_add'), ('notifications', 'notifications'), ('notifications_active', 'notifications_active'), ('notifications_none', 'notifications_none'), ('notifications_off', 'notifications_off'), ('notifications_paused', 'notifications_paused'), ('offline_pin', 'offline_pin'), ('ondemand_video', 'ondemand_video'), ('opacity', 'opacity'), ('open_in_browser', 'open_in_browser'), ('open_in_new', 'open_in_new'), ('open_with', 'open_with'), ('pages', 'pages'), ('pageview', 'pageview'), ('palette', 'palette'), ('pan_tool', 'pan_tool'), ('panorama', 'panorama'), ('panorama_fish_eye', 'panorama_fish_eye'), ('panorama_horizontal', 'panorama_horizontal'), ('panorama_vertical', 'panorama_vertical'), ('panorama_wide_angle', 'panorama_wide_angle'), ('party_mode', 'party_mode'), ('pause', 'pause'), ('pause_circle_filled', 'pause_circle_filled'), ('pause_circle_outline', 'pause_circle_outline'), ('payment', 'payment'), ('people', 'people'), ('people_outline', 'people_outline'), ('perm_camera_mic', 'perm_camera_mic'), ('perm_contact_calendar', 'perm_contact_calendar'), ('perm_data_setting', 'perm_data_setting'), ('perm_device_information', 'perm_device_information'), ('perm_identity', 'perm_identity'), ('perm_media', 'perm_media'), ('perm_phone_msg', 'perm_phone_msg'), ('perm_scan_wifi', 'perm_scan_wifi'), ('person', 'person'), ('person_add', 'person_add'), ('person_outline', 'person_outline'), ('person_pin', 'person_pin'), ('person_pin_circle', 'person_pin_circle'), ('personal_video', 'personal_video'), ('pets', 'pets'), ('phone', 'phone'), ('phone_android', 'phone_android'), ('phone_bluetooth_speaker', 'phone_bluetooth_speaker'), ('phone_forwarded', 'phone_forwarded'), ('phone_in_talk', 'phone_in_talk'), ('phone_iphone', 'phone_iphone'), ('phone_locked', 'phone_locked'), ('phone_missed', 'phone_missed'), ('phone_paused', 'phone_paused'), ('phonelink', 'phonelink'), ('phonelink_erase', 'phonelink_erase'), ('phonelink_lock', 'phonelink_lock'), ('phonelink_off', 'phonelink_off'), ('phonelink_ring', 'phonelink_ring'), ('phonelink_setup', 'phonelink_setup'), ('photo', 'photo'), ('photo_album', 'photo_album'), ('photo_camera', 'photo_camera'), ('photo_filter', 'photo_filter'), ('photo_library', 'photo_library'), ('photo_size_select_actual', 'photo_size_select_actual'), ('photo_size_select_large', 'photo_size_select_large'), ('photo_size_select_small', 'photo_size_select_small'), ('picture_as_pdf', 'picture_as_pdf'), ('picture_in_picture', 'picture_in_picture'), ('picture_in_picture_alt', 'picture_in_picture_alt'), ('pie_chart', 'pie_chart'), ('pie_chart_outlined', 'pie_chart_outlined'), ('pin_drop', 'pin_drop'), ('place', 'place'), ('play_arrow', 'play_arrow'), ('play_circle_filled', 'play_circle_filled'), ('play_circle_outline', 'play_circle_outline'), ('play_for_work', 'play_for_work'), ('playlist_add', 'playlist_add'), ('playlist_add_check', 'playlist_add_check'), ('playlist_play', 'playlist_play'), ('plus_one', 'plus_one'), ('poll', 'poll'), ('polymer', 'polymer'), ('pool', 'pool'), ('portable_wifi_off', 'portable_wifi_off'), ('portrait', 'portrait'), ('power', 'power'), ('power_input', 'power_input'), ('power_settings_new', 'power_settings_new'), ('pregnant_woman', 'pregnant_woman'), ('present_to_all', 'present_to_all'), ('print', 'print'), ('priority_high', 'priority_high'), ('public', 'public'), ('publish', 'publish'), ('query_builder', 'query_builder'), ('question_answer', 'question_answer'), ('queue', 'queue'), ('queue_music', 'queue_music'), ('queue_play_next', 'queue_play_next'), ('radio', 'radio'), ('radio_button_checked', 'radio_button_checked'), ('radio_button_unchecked', 'radio_button_unchecked'), ('rate_review', 'rate_review'), ('receipt', 'receipt'), ('recent_actors', 'recent_actors'), ('record_voice_over', 'record_voice_over'), ('redeem', 'redeem'), ('redo', 'redo'), ('refresh', 'refresh'), ('remove', 'remove'), ('remove_circle', 'remove_circle'), ('remove_circle_outline', 'remove_circle_outline'), ('remove_from_queue', 'remove_from_queue'), ('remove_red_eye', 'remove_red_eye'), ('remove_shopping_cart', 'remove_shopping_cart'), ('reorder', 'reorder'), ('repeat', 'repeat'), ('repeat_one', 'repeat_one'), ('replay', 'replay'), ('replay_10', 'replay_10'), ('replay_30', 'replay_30'), ('replay_5', 'replay_5'), ('reply', 'reply'), ('reply_all', 'reply_all'), ('report', 'report'), ('report_problem', 'report_problem'), ('restaurant', 'restaurant'), ('restaurant_menu', 'restaurant_menu'), ('restore', 'restore'), ('restore_page', 'restore_page'), ('ring_volume', 'ring_volume'), ('room', 'room'), ('room_service', 'room_service'), ('rotate_90_degrees_ccw', 'rotate_90_degrees_ccw'), ('rotate_left', 'rotate_left'), ('rotate_right', 'rotate_right'), ('rounded_corner', 'rounded_corner'), ('router', 'router'), ('rowing', 'rowing'), ('rss_feed', 'rss_feed'), ('rv_hookup', 'rv_hookup'), ('satellite', 'satellite'), ('save', 'save'), ('scanner', 'scanner'), ('schedule', 'schedule'), ('school', 'school'), ('screen_lock_landscape', 'screen_lock_landscape'), ('screen_lock_portrait', 'screen_lock_portrait'), ('screen_lock_rotation', 'screen_lock_rotation'), ('screen_rotation', 'screen_rotation'), ('screen_share', 'screen_share'), ('sd_card', 'sd_card'), ('sd_storage', 'sd_storage'), ('search', 'search'), ('security', 'security'), ('select_all', 'select_all'), ('send', 'send'), ('sentiment_dissatisfied', 'sentiment_dissatisfied'), ('sentiment_neutral', 'sentiment_neutral'), ('sentiment_satisfied', 'sentiment_satisfied'), ('sentiment_very_dissatisfied', 'sentiment_very_dissatisfied'), ('sentiment_very_satisfied', 'sentiment_very_satisfied'), ('settings', 'settings'), ('settings_applications', 'settings_applications'), ('settings_backup_restore', 'settings_backup_restore'), ('settings_bluetooth', 'settings_bluetooth'), ('settings_brightness', 'settings_brightness'), ('settings_cell', 'settings_cell'), ('settings_ethernet', 'settings_ethernet'), ('settings_input_antenna', 'settings_input_antenna'), ('settings_input_component', 'settings_input_component'), ('settings_input_composite', 'settings_input_composite'), ('settings_input_hdmi', 'settings_input_hdmi'), ('settings_input_svideo', 'settings_input_svideo'), ('settings_overscan', 'settings_overscan'), ('settings_phone', 'settings_phone'), ('settings_power', 'settings_power'), ('settings_remote', 'settings_remote'), ('settings_system_daydream', 'settings_system_daydream'), ('settings_voice', 'settings_voice'), ('share', 'share'), ('shop', 'shop'), ('shop_two', 'shop_two'), ('shopping_basket', 'shopping_basket'), ('shopping_cart', 'shopping_cart'), ('short_text', 'short_text'), ('show_chart', 'show_chart'), ('shuffle', 'shuffle'), ('signal_cellular_4_bar', 'signal_cellular_4_bar'), ('signal_cellular_connected_no_internet_4_bar', 'signal_cellular_connected_no_internet_4_bar'), ('signal_cellular_no_sim', 'signal_cellular_no_sim'), ('signal_cellular_null', 'signal_cellular_null'), ('signal_cellular_off', 'signal_cellular_off'), ('signal_wifi_4_bar', 'signal_wifi_4_bar'), ('signal_wifi_4_bar_lock', 'signal_wifi_4_bar_lock'), ('signal_wifi_off', 'signal_wifi_off'), ('sim_card', 'sim_card'), ('sim_card_alert', 'sim_card_alert'), ('skip_next', 'skip_next'), ('skip_previous', 'skip_previous'), ('slideshow', 'slideshow'), ('slow_motion_video', 'slow_motion_video'), ('smartphone', 'smartphone'), ('smoke_free', 'smoke_free'), ('smoking_rooms', 'smoking_rooms'), ('sms', 'sms'), ('sms_failed', 'sms_failed'), ('snooze', 'snooze'), ('sort', 'sort'), ('sort_by_alpha', 'sort_by_alpha'), ('spa', 'spa'), ('space_bar', 'space_bar'), ('speaker', 'speaker'), ('speaker_group', 'speaker_group'), ('speaker_notes', 'speaker_notes'), ('speaker_notes_off', 'speaker_notes_off'), ('speaker_phone', 'speaker_phone'), ('spellcheck', 'spellcheck'), ('star', 'star'), ('star_border', 'star_border'), ('star_half', 'star_half'), ('stars', 'stars'), ('stay_current_landscape', 'stay_current_landscape'), ('stay_current_portrait', 'stay_current_portrait'), ('stay_primary_landscape', 'stay_primary_landscape'), ('stay_primary_portrait', 'stay_primary_portrait'), ('stop', 'stop'), ('stop_screen_share', 'stop_screen_share'), ('storage', 'storage'), ('store', 'store'), ('store_mall_directory', 'store_mall_directory'), ('straighten', 'straighten'), ('streetview', 'streetview'), ('strikethrough_s', 'strikethrough_s'), ('style', 'style'), ('subdirectory_arrow_left', 'subdirectory_arrow_left'), ('subdirectory_arrow_right', 'subdirectory_arrow_right'), ('subject', 'subject'), ('subscriptions', 'subscriptions'), ('subtitles', 'subtitles'), ('subway', 'subway'), ('supervisor_account', 'supervisor_account'), ('surround_sound', 'surround_sound'), ('swap_calls', 'swap_calls'), ('swap_horiz', 'swap_horiz'), ('swap_vert', 'swap_vert'), ('swap_vertical_circle', 'swap_vertical_circle'), ('switch_camera', 'switch_camera'), ('switch_video', 'switch_video'), ('sync', 'sync'), ('sync_disabled', 'sync_disabled'), ('sync_problem', 'sync_problem'), ('system_update', 'system_update'), ('system_update_alt', 'system_update_alt'), ('tab', 'tab'), ('tab_unselected', 'tab_unselected'), ('tablet', 'tablet'), ('tablet_android', 'tablet_android'), ('tablet_mac', 'tablet_mac'), ('tag_faces', 'tag_faces'), ('tap_and_play', 'tap_and_play'), ('terrain', 'terrain'), ('text_fields', 'text_fields'), ('text_format', 'text_format'), ('textsms', 'textsms'), ('texture', 'texture'), ('theaters', 'theaters'), ('thumb_down', 'thumb_down'), ('thumb_up', 'thumb_up'), ('thumbs_up_down', 'thumbs_up_down'), ('time_to_leave', 'time_to_leave'), ('timelapse', 'timelapse'), ('timeline', 'timeline'), ('timer', 'timer'), ('timer_10', 'timer_10'), ('timer_3', 'timer_3'), ('timer_off', 'timer_off'), ('title', 'title'), ('toc', 'toc'), ('today', 'today'), ('toll', 'toll'), ('tonality', 'tonality'), ('touch_app', 'touch_app'), ('toys', 'toys'), ('track_changes', 'track_changes'), ('traffic', 'traffic'), ('train', 'train'), ('tram', 'tram'), ('transfer_within_a_station', 'transfer_within_a_station'), ('transform', 'transform'), ('translate', 'translate'), ('trending_down', 'trending_down'), ('trending_flat', 'trending_flat'), ('trending_up', 'trending_up'), ('tune', 'tune'), ('turned_in', 'turned_in'), ('turned_in_not', 'turned_in_not'), ('tv', 'tv'), ('unarchive', 'unarchive'), ('undo', 'undo'), ('unfold_less', 'unfold_less'), ('unfold_more', 'unfold_more'), ('update', 'update'), ('usb', 'usb'), ('verified_user', 'verified_user'), ('vertical_align_bottom', 'vertical_align_bottom'), ('vertical_align_center', 'vertical_align_center'), ('vertical_align_top', 'vertical_align_top'), ('vibration', 'vibration'), ('video_call', 'video_call'), ('video_label', 'video_label'), ('video_library', 'video_library'), ('videocam', 'videocam'), ('videocam_off', 'videocam_off'), ('videogame_asset', 'videogame_asset'), ('view_agenda', 'view_agenda'), ('view_array', 'view_array'), ('view_carousel', 'view_carousel'), ('view_column', 'view_column'), ('view_comfy', 'view_comfy'), ('view_compact', 'view_compact'), ('view_day', 'view_day'), ('view_headline', 'view_headline'), ('view_list', 'view_list'), ('view_module', 'view_module'), ('view_quilt', 'view_quilt'), ('view_stream', 'view_stream'), ('view_week', 'view_week'), ('vignette', 'vignette'), ('visibility', 'visibility'), ('visibility_off', 'visibility_off'), ('voice_chat', 'voice_chat'), ('voicemail', 'voicemail'), ('volume_down', 'volume_down'), ('volume_mute', 'volume_mute'), ('volume_off', 'volume_off'), ('volume_up', 'volume_up'), ('vpn_key', 'vpn_key'), ('vpn_lock', 'vpn_lock'), ('wallpaper', 'wallpaper'), ('warning', 'warning'), ('watch', 'watch'), ('watch_later', 'watch_later'), ('wb_auto', 'wb_auto'), ('wb_cloudy', 'wb_cloudy'), ('wb_incandescent', 'wb_incandescent'), ('wb_iridescent', 'wb_iridescent'), ('wb_sunny', 'wb_sunny'), ('wc', 'wc'), ('web', 'web'), ('web_asset', 'web_asset'), ('weekend', 'weekend'), ('whatshot', 'whatshot'), ('widgets', 'widgets'), ('wifi', 'wifi'), ('wifi_lock', 'wifi_lock'), ('wifi_tethering', 'wifi_tethering'), ('work', 'work'), ('wrap_text', 'wrap_text'), ('youtube_searched_for', 'youtube_searched_for'), ('zoom_in', 'zoom_in'), ('zoom_out', 'zoom_out'), ('zoom_out_map', 'zoom_out_map')], default='question_answer', max_length=50, verbose_name='Icon')),
-                ('site', models.ForeignKey(default=1, editable=False, on_delete=django.db.models.deletion.CASCADE, to='sites.Site')),
+                (
+                    "id",
+                    models.AutoField(
+                        auto_created=True,
+                        primary_key=True,
+                        serialize=False,
+                        verbose_name="ID",
+                    ),
+                ),
+                (
+                    "extended_data",
+                    django.contrib.postgres.fields.jsonb.JSONField(
+                        default=dict, editable=False
+                    ),
+                ),
+                ("name", models.CharField(max_length=200, verbose_name="Name")),
+                (
+                    "icon",
+                    models.CharField(
+                        blank=True,
+                        choices=[
+                            ("3d_rotation", "3d_rotation"),
+                            ("ac_unit", "ac_unit"),
+                            ("access_alarm", "access_alarm"),
+                            ("access_alarms", "access_alarms"),
+                            ("access_time", "access_time"),
+                            ("accessibility", "accessibility"),
+                            ("accessible", "accessible"),
+                            ("account_balance", "account_balance"),
+                            ("account_balance_wallet", "account_balance_wallet"),
+                            ("account_box", "account_box"),
+                            ("account_circle", "account_circle"),
+                            ("adb", "adb"),
+                            ("add", "add"),
+                            ("add_a_photo", "add_a_photo"),
+                            ("add_alarm", "add_alarm"),
+                            ("add_alert", "add_alert"),
+                            ("add_box", "add_box"),
+                            ("add_circle", "add_circle"),
+                            ("add_circle_outline", "add_circle_outline"),
+                            ("add_location", "add_location"),
+                            ("add_shopping_cart", "add_shopping_cart"),
+                            ("add_to_photos", "add_to_photos"),
+                            ("add_to_queue", "add_to_queue"),
+                            ("adjust", "adjust"),
+                            ("airline_seat_flat", "airline_seat_flat"),
+                            ("airline_seat_flat_angled", "airline_seat_flat_angled"),
+                            (
+                                "airline_seat_individual_suite",
+                                "airline_seat_individual_suite",
+                            ),
+                            (
+                                "airline_seat_legroom_extra",
+                                "airline_seat_legroom_extra",
+                            ),
+                            (
+                                "airline_seat_legroom_normal",
+                                "airline_seat_legroom_normal",
+                            ),
+                            (
+                                "airline_seat_legroom_reduced",
+                                "airline_seat_legroom_reduced",
+                            ),
+                            (
+                                "airline_seat_recline_extra",
+                                "airline_seat_recline_extra",
+                            ),
+                            (
+                                "airline_seat_recline_normal",
+                                "airline_seat_recline_normal",
+                            ),
+                            ("airplanemode_active", "airplanemode_active"),
+                            ("airplanemode_inactive", "airplanemode_inactive"),
+                            ("airplay", "airplay"),
+                            ("airport_shuttle", "airport_shuttle"),
+                            ("alarm", "alarm"),
+                            ("alarm_add", "alarm_add"),
+                            ("alarm_off", "alarm_off"),
+                            ("alarm_on", "alarm_on"),
+                            ("album", "album"),
+                            ("all_inclusive", "all_inclusive"),
+                            ("all_out", "all_out"),
+                            ("android", "android"),
+                            ("announcement", "announcement"),
+                            ("apps", "apps"),
+                            ("archive", "archive"),
+                            ("arrow_back", "arrow_back"),
+                            ("arrow_downward", "arrow_downward"),
+                            ("arrow_drop_down", "arrow_drop_down"),
+                            ("arrow_drop_down_circle", "arrow_drop_down_circle"),
+                            ("arrow_drop_up", "arrow_drop_up"),
+                            ("arrow_forward", "arrow_forward"),
+                            ("arrow_upward", "arrow_upward"),
+                            ("art_track", "art_track"),
+                            ("aspect_ratio", "aspect_ratio"),
+                            ("assessment", "assessment"),
+                            ("assignment", "assignment"),
+                            ("assignment_ind", "assignment_ind"),
+                            ("assignment_late", "assignment_late"),
+                            ("assignment_return", "assignment_return"),
+                            ("assignment_returned", "assignment_returned"),
+                            ("assignment_turned_in", "assignment_turned_in"),
+                            ("assistant", "assistant"),
+                            ("assistant_photo", "assistant_photo"),
+                            ("attach_file", "attach_file"),
+                            ("attach_money", "attach_money"),
+                            ("attachment", "attachment"),
+                            ("audiotrack", "audiotrack"),
+                            ("autorenew", "autorenew"),
+                            ("av_timer", "av_timer"),
+                            ("backspace", "backspace"),
+                            ("backup", "backup"),
+                            ("battery_alert", "battery_alert"),
+                            ("battery_charging_full", "battery_charging_full"),
+                            ("battery_full", "battery_full"),
+                            ("battery_std", "battery_std"),
+                            ("battery_unknown", "battery_unknown"),
+                            ("beach_access", "beach_access"),
+                            ("beenhere", "beenhere"),
+                            ("block", "block"),
+                            ("bluetooth", "bluetooth"),
+                            ("bluetooth_audio", "bluetooth_audio"),
+                            ("bluetooth_connected", "bluetooth_connected"),
+                            ("bluetooth_disabled", "bluetooth_disabled"),
+                            ("bluetooth_searching", "bluetooth_searching"),
+                            ("blur_circular", "blur_circular"),
+                            ("blur_linear", "blur_linear"),
+                            ("blur_off", "blur_off"),
+                            ("blur_on", "blur_on"),
+                            ("book", "book"),
+                            ("bookmark", "bookmark"),
+                            ("bookmark_border", "bookmark_border"),
+                            ("border_all", "border_all"),
+                            ("border_bottom", "border_bottom"),
+                            ("border_clear", "border_clear"),
+                            ("border_color", "border_color"),
+                            ("border_horizontal", "border_horizontal"),
+                            ("border_inner", "border_inner"),
+                            ("border_left", "border_left"),
+                            ("border_outer", "border_outer"),
+                            ("border_right", "border_right"),
+                            ("border_style", "border_style"),
+                            ("border_top", "border_top"),
+                            ("border_vertical", "border_vertical"),
+                            ("branding_watermark", "branding_watermark"),
+                            ("brightness_1", "brightness_1"),
+                            ("brightness_2", "brightness_2"),
+                            ("brightness_3", "brightness_3"),
+                            ("brightness_4", "brightness_4"),
+                            ("brightness_5", "brightness_5"),
+                            ("brightness_6", "brightness_6"),
+                            ("brightness_7", "brightness_7"),
+                            ("brightness_auto", "brightness_auto"),
+                            ("brightness_high", "brightness_high"),
+                            ("brightness_low", "brightness_low"),
+                            ("brightness_medium", "brightness_medium"),
+                            ("broken_image", "broken_image"),
+                            ("brush", "brush"),
+                            ("bubble_chart", "bubble_chart"),
+                            ("bug_report", "bug_report"),
+                            ("build", "build"),
+                            ("burst_mode", "burst_mode"),
+                            ("business", "business"),
+                            ("business_center", "business_center"),
+                            ("cached", "cached"),
+                            ("cake", "cake"),
+                            ("call", "call"),
+                            ("call_end", "call_end"),
+                            ("call_made", "call_made"),
+                            ("call_merge", "call_merge"),
+                            ("call_missed", "call_missed"),
+                            ("call_missed_outgoing", "call_missed_outgoing"),
+                            ("call_received", "call_received"),
+                            ("call_split", "call_split"),
+                            ("call_to_action", "call_to_action"),
+                            ("camera", "camera"),
+                            ("camera_alt", "camera_alt"),
+                            ("camera_enhance", "camera_enhance"),
+                            ("camera_front", "camera_front"),
+                            ("camera_rear", "camera_rear"),
+                            ("camera_roll", "camera_roll"),
+                            ("cancel", "cancel"),
+                            ("card_giftcard", "card_giftcard"),
+                            ("card_membership", "card_membership"),
+                            ("card_travel", "card_travel"),
+                            ("casino", "casino"),
+                            ("cast", "cast"),
+                            ("cast_connected", "cast_connected"),
+                            ("center_focus_strong", "center_focus_strong"),
+                            ("center_focus_weak", "center_focus_weak"),
+                            ("change_history", "change_history"),
+                            ("chat", "chat"),
+                            ("chat_bubble", "chat_bubble"),
+                            ("chat_bubble_outline", "chat_bubble_outline"),
+                            ("check", "check"),
+                            ("check_box", "check_box"),
+                            ("check_box_outline_blank", "check_box_outline_blank"),
+                            ("check_circle", "check_circle"),
+                            ("chevron_left", "chevron_left"),
+                            ("chevron_right", "chevron_right"),
+                            ("child_care", "child_care"),
+                            ("child_friendly", "child_friendly"),
+                            ("chrome_reader_mode", "chrome_reader_mode"),
+                            ("class", "class"),
+                            ("clear", "clear"),
+                            ("clear_all", "clear_all"),
+                            ("close", "close"),
+                            ("closed_caption", "closed_caption"),
+                            ("cloud", "cloud"),
+                            ("cloud_circle", "cloud_circle"),
+                            ("cloud_done", "cloud_done"),
+                            ("cloud_download", "cloud_download"),
+                            ("cloud_off", "cloud_off"),
+                            ("cloud_queue", "cloud_queue"),
+                            ("cloud_upload", "cloud_upload"),
+                            ("code", "code"),
+                            ("collections", "collections"),
+                            ("collections_bookmark", "collections_bookmark"),
+                            ("color_lens", "color_lens"),
+                            ("colorize", "colorize"),
+                            ("comment", "comment"),
+                            ("compare", "compare"),
+                            ("compare_arrows", "compare_arrows"),
+                            ("computer", "computer"),
+                            ("confirmation_number", "confirmation_number"),
+                            ("contact_mail", "contact_mail"),
+                            ("contact_phone", "contact_phone"),
+                            ("contacts", "contacts"),
+                            ("content_copy", "content_copy"),
+                            ("content_cut", "content_cut"),
+                            ("content_paste", "content_paste"),
+                            ("control_point", "control_point"),
+                            ("control_point_duplicate", "control_point_duplicate"),
+                            ("copyright", "copyright"),
+                            ("create", "create"),
+                            ("create_new_folder", "create_new_folder"),
+                            ("credit_card", "credit_card"),
+                            ("crop", "crop"),
+                            ("crop_16_9", "crop_16_9"),
+                            ("crop_3_2", "crop_3_2"),
+                            ("crop_5_4", "crop_5_4"),
+                            ("crop_7_5", "crop_7_5"),
+                            ("crop_din", "crop_din"),
+                            ("crop_free", "crop_free"),
+                            ("crop_landscape", "crop_landscape"),
+                            ("crop_original", "crop_original"),
+                            ("crop_portrait", "crop_portrait"),
+                            ("crop_rotate", "crop_rotate"),
+                            ("crop_square", "crop_square"),
+                            ("dashboard", "dashboard"),
+                            ("data_usage", "data_usage"),
+                            ("date_range", "date_range"),
+                            ("dehaze", "dehaze"),
+                            ("delete", "delete"),
+                            ("delete_forever", "delete_forever"),
+                            ("delete_sweep", "delete_sweep"),
+                            ("description", "description"),
+                            ("desktop_mac", "desktop_mac"),
+                            ("desktop_windows", "desktop_windows"),
+                            ("details", "details"),
+                            ("developer_board", "developer_board"),
+                            ("developer_mode", "developer_mode"),
+                            ("device_hub", "device_hub"),
+                            ("devices", "devices"),
+                            ("devices_other", "devices_other"),
+                            ("dialer_sip", "dialer_sip"),
+                            ("dialpad", "dialpad"),
+                            ("directions", "directions"),
+                            ("directions_bike", "directions_bike"),
+                            ("directions_boat", "directions_boat"),
+                            ("directions_bus", "directions_bus"),
+                            ("directions_car", "directions_car"),
+                            ("directions_railway", "directions_railway"),
+                            ("directions_run", "directions_run"),
+                            ("directions_subway", "directions_subway"),
+                            ("directions_transit", "directions_transit"),
+                            ("directions_walk", "directions_walk"),
+                            ("disc_full", "disc_full"),
+                            ("dns", "dns"),
+                            ("do_not_disturb", "do_not_disturb"),
+                            ("do_not_disturb_alt", "do_not_disturb_alt"),
+                            ("do_not_disturb_off", "do_not_disturb_off"),
+                            ("do_not_disturb_on", "do_not_disturb_on"),
+                            ("dock", "dock"),
+                            ("domain", "domain"),
+                            ("done", "done"),
+                            ("done_all", "done_all"),
+                            ("donut_large", "donut_large"),
+                            ("donut_small", "donut_small"),
+                            ("drafts", "drafts"),
+                            ("drag_handle", "drag_handle"),
+                            ("drive_eta", "drive_eta"),
+                            ("dvr", "dvr"),
+                            ("edit", "edit"),
+                            ("edit_location", "edit_location"),
+                            ("eject", "eject"),
+                            ("email", "email"),
+                            ("enhanced_encryption", "enhanced_encryption"),
+                            ("equalizer", "equalizer"),
+                            ("error", "error"),
+                            ("error_outline", "error_outline"),
+                            ("euro_symbol", "euro_symbol"),
+                            ("ev_station", "ev_station"),
+                            ("event", "event"),
+                            ("event_available", "event_available"),
+                            ("event_busy", "event_busy"),
+                            ("event_note", "event_note"),
+                            ("event_seat", "event_seat"),
+                            ("exit_to_app", "exit_to_app"),
+                            ("expand_less", "expand_less"),
+                            ("expand_more", "expand_more"),
+                            ("explicit", "explicit"),
+                            ("explore", "explore"),
+                            ("exposure", "exposure"),
+                            ("exposure_neg_1", "exposure_neg_1"),
+                            ("exposure_neg_2", "exposure_neg_2"),
+                            ("exposure_plus_1", "exposure_plus_1"),
+                            ("exposure_plus_2", "exposure_plus_2"),
+                            ("exposure_zero", "exposure_zero"),
+                            ("extension", "extension"),
+                            ("face", "face"),
+                            ("fast_forward", "fast_forward"),
+                            ("fast_rewind", "fast_rewind"),
+                            ("favorite", "favorite"),
+                            ("favorite_border", "favorite_border"),
+                            ("featured_play_list", "featured_play_list"),
+                            ("featured_video", "featured_video"),
+                            ("feedback", "feedback"),
+                            ("fiber_dvr", "fiber_dvr"),
+                            ("fiber_manual_record", "fiber_manual_record"),
+                            ("fiber_new", "fiber_new"),
+                            ("fiber_pin", "fiber_pin"),
+                            ("fiber_smart_record", "fiber_smart_record"),
+                            ("file_download", "file_download"),
+                            ("file_upload", "file_upload"),
+                            ("filter", "filter"),
+                            ("filter_1", "filter_1"),
+                            ("filter_2", "filter_2"),
+                            ("filter_3", "filter_3"),
+                            ("filter_4", "filter_4"),
+                            ("filter_5", "filter_5"),
+                            ("filter_6", "filter_6"),
+                            ("filter_7", "filter_7"),
+                            ("filter_8", "filter_8"),
+                            ("filter_9", "filter_9"),
+                            ("filter_9_plus", "filter_9_plus"),
+                            ("filter_b_and_w", "filter_b_and_w"),
+                            ("filter_center_focus", "filter_center_focus"),
+                            ("filter_drama", "filter_drama"),
+                            ("filter_frames", "filter_frames"),
+                            ("filter_hdr", "filter_hdr"),
+                            ("filter_list", "filter_list"),
+                            ("filter_none", "filter_none"),
+                            ("filter_tilt_shift", "filter_tilt_shift"),
+                            ("filter_vintage", "filter_vintage"),
+                            ("find_in_page", "find_in_page"),
+                            ("find_replace", "find_replace"),
+                            ("fingerprint", "fingerprint"),
+                            ("first_page", "first_page"),
+                            ("fitness_center", "fitness_center"),
+                            ("flag", "flag"),
+                            ("flare", "flare"),
+                            ("flash_auto", "flash_auto"),
+                            ("flash_off", "flash_off"),
+                            ("flash_on", "flash_on"),
+                            ("flight", "flight"),
+                            ("flight_land", "flight_land"),
+                            ("flight_takeoff", "flight_takeoff"),
+                            ("flip", "flip"),
+                            ("flip_to_back", "flip_to_back"),
+                            ("flip_to_front", "flip_to_front"),
+                            ("folder", "folder"),
+                            ("folder_open", "folder_open"),
+                            ("folder_shared", "folder_shared"),
+                            ("folder_special", "folder_special"),
+                            ("font_download", "font_download"),
+                            ("format_align_center", "format_align_center"),
+                            ("format_align_justify", "format_align_justify"),
+                            ("format_align_left", "format_align_left"),
+                            ("format_align_right", "format_align_right"),
+                            ("format_bold", "format_bold"),
+                            ("format_clear", "format_clear"),
+                            ("format_color_fill", "format_color_fill"),
+                            ("format_color_reset", "format_color_reset"),
+                            ("format_color_text", "format_color_text"),
+                            ("format_indent_decrease", "format_indent_decrease"),
+                            ("format_indent_increase", "format_indent_increase"),
+                            ("format_italic", "format_italic"),
+                            ("format_line_spacing", "format_line_spacing"),
+                            ("format_list_bulleted", "format_list_bulleted"),
+                            ("format_list_numbered", "format_list_numbered"),
+                            ("format_paint", "format_paint"),
+                            ("format_quote", "format_quote"),
+                            ("format_shapes", "format_shapes"),
+                            ("format_size", "format_size"),
+                            ("format_strikethrough", "format_strikethrough"),
+                            (
+                                "format_textdirection_l_to_r",
+                                "format_textdirection_l_to_r",
+                            ),
+                            (
+                                "format_textdirection_r_to_l",
+                                "format_textdirection_r_to_l",
+                            ),
+                            ("format_underlined", "format_underlined"),
+                            ("forum", "forum"),
+                            ("forward", "forward"),
+                            ("forward_10", "forward_10"),
+                            ("forward_30", "forward_30"),
+                            ("forward_5", "forward_5"),
+                            ("free_breakfast", "free_breakfast"),
+                            ("fullscreen", "fullscreen"),
+                            ("fullscreen_exit", "fullscreen_exit"),
+                            ("functions", "functions"),
+                            ("g_translate", "g_translate"),
+                            ("gamepad", "gamepad"),
+                            ("games", "games"),
+                            ("gavel", "gavel"),
+                            ("gesture", "gesture"),
+                            ("get_app", "get_app"),
+                            ("gif", "gif"),
+                            ("golf_course", "golf_course"),
+                            ("gps_fixed", "gps_fixed"),
+                            ("gps_not_fixed", "gps_not_fixed"),
+                            ("gps_off", "gps_off"),
+                            ("grade", "grade"),
+                            ("gradient", "gradient"),
+                            ("grain", "grain"),
+                            ("graphic_eq", "graphic_eq"),
+                            ("grid_off", "grid_off"),
+                            ("grid_on", "grid_on"),
+                            ("group", "group"),
+                            ("group_add", "group_add"),
+                            ("group_work", "group_work"),
+                            ("hd", "hd"),
+                            ("hdr_off", "hdr_off"),
+                            ("hdr_on", "hdr_on"),
+                            ("hdr_strong", "hdr_strong"),
+                            ("hdr_weak", "hdr_weak"),
+                            ("headset", "headset"),
+                            ("headset_mic", "headset_mic"),
+                            ("healing", "healing"),
+                            ("hearing", "hearing"),
+                            ("help", "help"),
+                            ("help_outline", "help_outline"),
+                            ("high_quality", "high_quality"),
+                            ("highlight", "highlight"),
+                            ("highlight_off", "highlight_off"),
+                            ("history", "history"),
+                            ("home", "home"),
+                            ("hot_tub", "hot_tub"),
+                            ("hotel", "hotel"),
+                            ("hourglass_empty", "hourglass_empty"),
+                            ("hourglass_full", "hourglass_full"),
+                            ("http", "http"),
+                            ("https", "https"),
+                            ("image", "image"),
+                            ("image_aspect_ratio", "image_aspect_ratio"),
+                            ("import_contacts", "import_contacts"),
+                            ("import_export", "import_export"),
+                            ("important_devices", "important_devices"),
+                            ("inbox", "inbox"),
+                            ("indeterminate_check_box", "indeterminate_check_box"),
+                            ("info", "info"),
+                            ("info_outline", "info_outline"),
+                            ("input", "input"),
+                            ("insert_chart", "insert_chart"),
+                            ("insert_comment", "insert_comment"),
+                            ("insert_drive_file", "insert_drive_file"),
+                            ("insert_emoticon", "insert_emoticon"),
+                            ("insert_invitation", "insert_invitation"),
+                            ("insert_link", "insert_link"),
+                            ("insert_photo", "insert_photo"),
+                            ("invert_colors", "invert_colors"),
+                            ("invert_colors_off", "invert_colors_off"),
+                            ("iso", "iso"),
+                            ("keyboard", "keyboard"),
+                            ("keyboard_arrow_down", "keyboard_arrow_down"),
+                            ("keyboard_arrow_left", "keyboard_arrow_left"),
+                            ("keyboard_arrow_right", "keyboard_arrow_right"),
+                            ("keyboard_arrow_up", "keyboard_arrow_up"),
+                            ("keyboard_backspace", "keyboard_backspace"),
+                            ("keyboard_capslock", "keyboard_capslock"),
+                            ("keyboard_hide", "keyboard_hide"),
+                            ("keyboard_return", "keyboard_return"),
+                            ("keyboard_tab", "keyboard_tab"),
+                            ("keyboard_voice", "keyboard_voice"),
+                            ("kitchen", "kitchen"),
+                            ("label", "label"),
+                            ("label_outline", "label_outline"),
+                            ("landscape", "landscape"),
+                            ("language", "language"),
+                            ("laptop", "laptop"),
+                            ("laptop_chromebook", "laptop_chromebook"),
+                            ("laptop_mac", "laptop_mac"),
+                            ("laptop_windows", "laptop_windows"),
+                            ("last_page", "last_page"),
+                            ("launch", "launch"),
+                            ("layers", "layers"),
+                            ("layers_clear", "layers_clear"),
+                            ("leak_add", "leak_add"),
+                            ("leak_remove", "leak_remove"),
+                            ("lens", "lens"),
+                            ("library_add", "library_add"),
+                            ("library_books", "library_books"),
+                            ("library_music", "library_music"),
+                            ("lightbulb_outline", "lightbulb_outline"),
+                            ("line_style", "line_style"),
+                            ("line_weight", "line_weight"),
+                            ("linear_scale", "linear_scale"),
+                            ("link", "link"),
+                            ("linked_camera", "linked_camera"),
+                            ("list", "list"),
+                            ("live_help", "live_help"),
+                            ("live_tv", "live_tv"),
+                            ("local_activity", "local_activity"),
+                            ("local_airport", "local_airport"),
+                            ("local_atm", "local_atm"),
+                            ("local_bar", "local_bar"),
+                            ("local_cafe", "local_cafe"),
+                            ("local_car_wash", "local_car_wash"),
+                            ("local_convenience_store", "local_convenience_store"),
+                            ("local_dining", "local_dining"),
+                            ("local_drink", "local_drink"),
+                            ("local_florist", "local_florist"),
+                            ("local_gas_station", "local_gas_station"),
+                            ("local_grocery_store", "local_grocery_store"),
+                            ("local_hospital", "local_hospital"),
+                            ("local_hotel", "local_hotel"),
+                            ("local_laundry_service", "local_laundry_service"),
+                            ("local_library", "local_library"),
+                            ("local_mall", "local_mall"),
+                            ("local_movies", "local_movies"),
+                            ("local_offer", "local_offer"),
+                            ("local_parking", "local_parking"),
+                            ("local_pharmacy", "local_pharmacy"),
+                            ("local_phone", "local_phone"),
+                            ("local_pizza", "local_pizza"),
+                            ("local_play", "local_play"),
+                            ("local_post_office", "local_post_office"),
+                            ("local_printshop", "local_printshop"),
+                            ("local_see", "local_see"),
+                            ("local_shipping", "local_shipping"),
+                            ("local_taxi", "local_taxi"),
+                            ("location_city", "location_city"),
+                            ("location_disabled", "location_disabled"),
+                            ("location_off", "location_off"),
+                            ("location_on", "location_on"),
+                            ("location_searching", "location_searching"),
+                            ("lock", "lock"),
+                            ("lock_open", "lock_open"),
+                            ("lock_outline", "lock_outline"),
+                            ("looks", "looks"),
+                            ("looks_3", "looks_3"),
+                            ("looks_4", "looks_4"),
+                            ("looks_5", "looks_5"),
+                            ("looks_6", "looks_6"),
+                            ("looks_one", "looks_one"),
+                            ("looks_two", "looks_two"),
+                            ("loop", "loop"),
+                            ("loupe", "loupe"),
+                            ("low_priority", "low_priority"),
+                            ("loyalty", "loyalty"),
+                            ("mail", "mail"),
+                            ("mail_outline", "mail_outline"),
+                            ("map", "map"),
+                            ("markunread", "markunread"),
+                            ("markunread_mailbox", "markunread_mailbox"),
+                            ("memory", "memory"),
+                            ("menu", "menu"),
+                            ("merge_type", "merge_type"),
+                            ("message", "message"),
+                            ("mic", "mic"),
+                            ("mic_none", "mic_none"),
+                            ("mic_off", "mic_off"),
+                            ("mms", "mms"),
+                            ("mode_comment", "mode_comment"),
+                            ("mode_edit", "mode_edit"),
+                            ("monetization_on", "monetization_on"),
+                            ("money_off", "money_off"),
+                            ("monochrome_photos", "monochrome_photos"),
+                            ("mood", "mood"),
+                            ("mood_bad", "mood_bad"),
+                            ("more", "more"),
+                            ("more_horiz", "more_horiz"),
+                            ("more_vert", "more_vert"),
+                            ("motorcycle", "motorcycle"),
+                            ("mouse", "mouse"),
+                            ("move_to_inbox", "move_to_inbox"),
+                            ("movie", "movie"),
+                            ("movie_creation", "movie_creation"),
+                            ("movie_filter", "movie_filter"),
+                            ("multiline_chart", "multiline_chart"),
+                            ("music_note", "music_note"),
+                            ("music_video", "music_video"),
+                            ("my_location", "my_location"),
+                            ("nature", "nature"),
+                            ("nature_people", "nature_people"),
+                            ("navigate_before", "navigate_before"),
+                            ("navigate_next", "navigate_next"),
+                            ("navigation", "navigation"),
+                            ("near_me", "near_me"),
+                            ("network_cell", "network_cell"),
+                            ("network_check", "network_check"),
+                            ("network_locked", "network_locked"),
+                            ("network_wifi", "network_wifi"),
+                            ("new_releases", "new_releases"),
+                            ("next_week", "next_week"),
+                            ("nfc", "nfc"),
+                            ("no_encryption", "no_encryption"),
+                            ("no_sim", "no_sim"),
+                            ("not_interested", "not_interested"),
+                            ("note", "note"),
+                            ("note_add", "note_add"),
+                            ("notifications", "notifications"),
+                            ("notifications_active", "notifications_active"),
+                            ("notifications_none", "notifications_none"),
+                            ("notifications_off", "notifications_off"),
+                            ("notifications_paused", "notifications_paused"),
+                            ("offline_pin", "offline_pin"),
+                            ("ondemand_video", "ondemand_video"),
+                            ("opacity", "opacity"),
+                            ("open_in_browser", "open_in_browser"),
+                            ("open_in_new", "open_in_new"),
+                            ("open_with", "open_with"),
+                            ("pages", "pages"),
+                            ("pageview", "pageview"),
+                            ("palette", "palette"),
+                            ("pan_tool", "pan_tool"),
+                            ("panorama", "panorama"),
+                            ("panorama_fish_eye", "panorama_fish_eye"),
+                            ("panorama_horizontal", "panorama_horizontal"),
+                            ("panorama_vertical", "panorama_vertical"),
+                            ("panorama_wide_angle", "panorama_wide_angle"),
+                            ("party_mode", "party_mode"),
+                            ("pause", "pause"),
+                            ("pause_circle_filled", "pause_circle_filled"),
+                            ("pause_circle_outline", "pause_circle_outline"),
+                            ("payment", "payment"),
+                            ("people", "people"),
+                            ("people_outline", "people_outline"),
+                            ("perm_camera_mic", "perm_camera_mic"),
+                            ("perm_contact_calendar", "perm_contact_calendar"),
+                            ("perm_data_setting", "perm_data_setting"),
+                            ("perm_device_information", "perm_device_information"),
+                            ("perm_identity", "perm_identity"),
+                            ("perm_media", "perm_media"),
+                            ("perm_phone_msg", "perm_phone_msg"),
+                            ("perm_scan_wifi", "perm_scan_wifi"),
+                            ("person", "person"),
+                            ("person_add", "person_add"),
+                            ("person_outline", "person_outline"),
+                            ("person_pin", "person_pin"),
+                            ("person_pin_circle", "person_pin_circle"),
+                            ("personal_video", "personal_video"),
+                            ("pets", "pets"),
+                            ("phone", "phone"),
+                            ("phone_android", "phone_android"),
+                            ("phone_bluetooth_speaker", "phone_bluetooth_speaker"),
+                            ("phone_forwarded", "phone_forwarded"),
+                            ("phone_in_talk", "phone_in_talk"),
+                            ("phone_iphone", "phone_iphone"),
+                            ("phone_locked", "phone_locked"),
+                            ("phone_missed", "phone_missed"),
+                            ("phone_paused", "phone_paused"),
+                            ("phonelink", "phonelink"),
+                            ("phonelink_erase", "phonelink_erase"),
+                            ("phonelink_lock", "phonelink_lock"),
+                            ("phonelink_off", "phonelink_off"),
+                            ("phonelink_ring", "phonelink_ring"),
+                            ("phonelink_setup", "phonelink_setup"),
+                            ("photo", "photo"),
+                            ("photo_album", "photo_album"),
+                            ("photo_camera", "photo_camera"),
+                            ("photo_filter", "photo_filter"),
+                            ("photo_library", "photo_library"),
+                            ("photo_size_select_actual", "photo_size_select_actual"),
+                            ("photo_size_select_large", "photo_size_select_large"),
+                            ("photo_size_select_small", "photo_size_select_small"),
+                            ("picture_as_pdf", "picture_as_pdf"),
+                            ("picture_in_picture", "picture_in_picture"),
+                            ("picture_in_picture_alt", "picture_in_picture_alt"),
+                            ("pie_chart", "pie_chart"),
+                            ("pie_chart_outlined", "pie_chart_outlined"),
+                            ("pin_drop", "pin_drop"),
+                            ("place", "place"),
+                            ("play_arrow", "play_arrow"),
+                            ("play_circle_filled", "play_circle_filled"),
+                            ("play_circle_outline", "play_circle_outline"),
+                            ("play_for_work", "play_for_work"),
+                            ("playlist_add", "playlist_add"),
+                            ("playlist_add_check", "playlist_add_check"),
+                            ("playlist_play", "playlist_play"),
+                            ("plus_one", "plus_one"),
+                            ("poll", "poll"),
+                            ("polymer", "polymer"),
+                            ("pool", "pool"),
+                            ("portable_wifi_off", "portable_wifi_off"),
+                            ("portrait", "portrait"),
+                            ("power", "power"),
+                            ("power_input", "power_input"),
+                            ("power_settings_new", "power_settings_new"),
+                            ("pregnant_woman", "pregnant_woman"),
+                            ("present_to_all", "present_to_all"),
+                            ("print", "print"),
+                            ("priority_high", "priority_high"),
+                            ("public", "public"),
+                            ("publish", "publish"),
+                            ("query_builder", "query_builder"),
+                            ("question_answer", "question_answer"),
+                            ("queue", "queue"),
+                            ("queue_music", "queue_music"),
+                            ("queue_play_next", "queue_play_next"),
+                            ("radio", "radio"),
+                            ("radio_button_checked", "radio_button_checked"),
+                            ("radio_button_unchecked", "radio_button_unchecked"),
+                            ("rate_review", "rate_review"),
+                            ("receipt", "receipt"),
+                            ("recent_actors", "recent_actors"),
+                            ("record_voice_over", "record_voice_over"),
+                            ("redeem", "redeem"),
+                            ("redo", "redo"),
+                            ("refresh", "refresh"),
+                            ("remove", "remove"),
+                            ("remove_circle", "remove_circle"),
+                            ("remove_circle_outline", "remove_circle_outline"),
+                            ("remove_from_queue", "remove_from_queue"),
+                            ("remove_red_eye", "remove_red_eye"),
+                            ("remove_shopping_cart", "remove_shopping_cart"),
+                            ("reorder", "reorder"),
+                            ("repeat", "repeat"),
+                            ("repeat_one", "repeat_one"),
+                            ("replay", "replay"),
+                            ("replay_10", "replay_10"),
+                            ("replay_30", "replay_30"),
+                            ("replay_5", "replay_5"),
+                            ("reply", "reply"),
+                            ("reply_all", "reply_all"),
+                            ("report", "report"),
+                            ("report_problem", "report_problem"),
+                            ("restaurant", "restaurant"),
+                            ("restaurant_menu", "restaurant_menu"),
+                            ("restore", "restore"),
+                            ("restore_page", "restore_page"),
+                            ("ring_volume", "ring_volume"),
+                            ("room", "room"),
+                            ("room_service", "room_service"),
+                            ("rotate_90_degrees_ccw", "rotate_90_degrees_ccw"),
+                            ("rotate_left", "rotate_left"),
+                            ("rotate_right", "rotate_right"),
+                            ("rounded_corner", "rounded_corner"),
+                            ("router", "router"),
+                            ("rowing", "rowing"),
+                            ("rss_feed", "rss_feed"),
+                            ("rv_hookup", "rv_hookup"),
+                            ("satellite", "satellite"),
+                            ("save", "save"),
+                            ("scanner", "scanner"),
+                            ("schedule", "schedule"),
+                            ("school", "school"),
+                            ("screen_lock_landscape", "screen_lock_landscape"),
+                            ("screen_lock_portrait", "screen_lock_portrait"),
+                            ("screen_lock_rotation", "screen_lock_rotation"),
+                            ("screen_rotation", "screen_rotation"),
+                            ("screen_share", "screen_share"),
+                            ("sd_card", "sd_card"),
+                            ("sd_storage", "sd_storage"),
+                            ("search", "search"),
+                            ("security", "security"),
+                            ("select_all", "select_all"),
+                            ("send", "send"),
+                            ("sentiment_dissatisfied", "sentiment_dissatisfied"),
+                            ("sentiment_neutral", "sentiment_neutral"),
+                            ("sentiment_satisfied", "sentiment_satisfied"),
+                            (
+                                "sentiment_very_dissatisfied",
+                                "sentiment_very_dissatisfied",
+                            ),
+                            ("sentiment_very_satisfied", "sentiment_very_satisfied"),
+                            ("settings", "settings"),
+                            ("settings_applications", "settings_applications"),
+                            ("settings_backup_restore", "settings_backup_restore"),
+                            ("settings_bluetooth", "settings_bluetooth"),
+                            ("settings_brightness", "settings_brightness"),
+                            ("settings_cell", "settings_cell"),
+                            ("settings_ethernet", "settings_ethernet"),
+                            ("settings_input_antenna", "settings_input_antenna"),
+                            ("settings_input_component", "settings_input_component"),
+                            ("settings_input_composite", "settings_input_composite"),
+                            ("settings_input_hdmi", "settings_input_hdmi"),
+                            ("settings_input_svideo", "settings_input_svideo"),
+                            ("settings_overscan", "settings_overscan"),
+                            ("settings_phone", "settings_phone"),
+                            ("settings_power", "settings_power"),
+                            ("settings_remote", "settings_remote"),
+                            ("settings_system_daydream", "settings_system_daydream"),
+                            ("settings_voice", "settings_voice"),
+                            ("share", "share"),
+                            ("shop", "shop"),
+                            ("shop_two", "shop_two"),
+                            ("shopping_basket", "shopping_basket"),
+                            ("shopping_cart", "shopping_cart"),
+                            ("short_text", "short_text"),
+                            ("show_chart", "show_chart"),
+                            ("shuffle", "shuffle"),
+                            ("signal_cellular_4_bar", "signal_cellular_4_bar"),
+                            (
+                                "signal_cellular_connected_no_internet_4_bar",
+                                "signal_cellular_connected_no_internet_4_bar",
+                            ),
+                            ("signal_cellular_no_sim", "signal_cellular_no_sim"),
+                            ("signal_cellular_null", "signal_cellular_null"),
+                            ("signal_cellular_off", "signal_cellular_off"),
+                            ("signal_wifi_4_bar", "signal_wifi_4_bar"),
+                            ("signal_wifi_4_bar_lock", "signal_wifi_4_bar_lock"),
+                            ("signal_wifi_off", "signal_wifi_off"),
+                            ("sim_card", "sim_card"),
+                            ("sim_card_alert", "sim_card_alert"),
+                            ("skip_next", "skip_next"),
+                            ("skip_previous", "skip_previous"),
+                            ("slideshow", "slideshow"),
+                            ("slow_motion_video", "slow_motion_video"),
+                            ("smartphone", "smartphone"),
+                            ("smoke_free", "smoke_free"),
+                            ("smoking_rooms", "smoking_rooms"),
+                            ("sms", "sms"),
+                            ("sms_failed", "sms_failed"),
+                            ("snooze", "snooze"),
+                            ("sort", "sort"),
+                            ("sort_by_alpha", "sort_by_alpha"),
+                            ("spa", "spa"),
+                            ("space_bar", "space_bar"),
+                            ("speaker", "speaker"),
+                            ("speaker_group", "speaker_group"),
+                            ("speaker_notes", "speaker_notes"),
+                            ("speaker_notes_off", "speaker_notes_off"),
+                            ("speaker_phone", "speaker_phone"),
+                            ("spellcheck", "spellcheck"),
+                            ("star", "star"),
+                            ("star_border", "star_border"),
+                            ("star_half", "star_half"),
+                            ("stars", "stars"),
+                            ("stay_current_landscape", "stay_current_landscape"),
+                            ("stay_current_portrait", "stay_current_portrait"),
+                            ("stay_primary_landscape", "stay_primary_landscape"),
+                            ("stay_primary_portrait", "stay_primary_portrait"),
+                            ("stop", "stop"),
+                            ("stop_screen_share", "stop_screen_share"),
+                            ("storage", "storage"),
+                            ("store", "store"),
+                            ("store_mall_directory", "store_mall_directory"),
+                            ("straighten", "straighten"),
+                            ("streetview", "streetview"),
+                            ("strikethrough_s", "strikethrough_s"),
+                            ("style", "style"),
+                            ("subdirectory_arrow_left", "subdirectory_arrow_left"),
+                            ("subdirectory_arrow_right", "subdirectory_arrow_right"),
+                            ("subject", "subject"),
+                            ("subscriptions", "subscriptions"),
+                            ("subtitles", "subtitles"),
+                            ("subway", "subway"),
+                            ("supervisor_account", "supervisor_account"),
+                            ("surround_sound", "surround_sound"),
+                            ("swap_calls", "swap_calls"),
+                            ("swap_horiz", "swap_horiz"),
+                            ("swap_vert", "swap_vert"),
+                            ("swap_vertical_circle", "swap_vertical_circle"),
+                            ("switch_camera", "switch_camera"),
+                            ("switch_video", "switch_video"),
+                            ("sync", "sync"),
+                            ("sync_disabled", "sync_disabled"),
+                            ("sync_problem", "sync_problem"),
+                            ("system_update", "system_update"),
+                            ("system_update_alt", "system_update_alt"),
+                            ("tab", "tab"),
+                            ("tab_unselected", "tab_unselected"),
+                            ("tablet", "tablet"),
+                            ("tablet_android", "tablet_android"),
+                            ("tablet_mac", "tablet_mac"),
+                            ("tag_faces", "tag_faces"),
+                            ("tap_and_play", "tap_and_play"),
+                            ("terrain", "terrain"),
+                            ("text_fields", "text_fields"),
+                            ("text_format", "text_format"),
+                            ("textsms", "textsms"),
+                            ("texture", "texture"),
+                            ("theaters", "theaters"),
+                            ("thumb_down", "thumb_down"),
+                            ("thumb_up", "thumb_up"),
+                            ("thumbs_up_down", "thumbs_up_down"),
+                            ("time_to_leave", "time_to_leave"),
+                            ("timelapse", "timelapse"),
+                            ("timeline", "timeline"),
+                            ("timer", "timer"),
+                            ("timer_10", "timer_10"),
+                            ("timer_3", "timer_3"),
+                            ("timer_off", "timer_off"),
+                            ("title", "title"),
+                            ("toc", "toc"),
+                            ("today", "today"),
+                            ("toll", "toll"),
+                            ("tonality", "tonality"),
+                            ("touch_app", "touch_app"),
+                            ("toys", "toys"),
+                            ("track_changes", "track_changes"),
+                            ("traffic", "traffic"),
+                            ("train", "train"),
+                            ("tram", "tram"),
+                            ("transfer_within_a_station", "transfer_within_a_station"),
+                            ("transform", "transform"),
+                            ("translate", "translate"),
+                            ("trending_down", "trending_down"),
+                            ("trending_flat", "trending_flat"),
+                            ("trending_up", "trending_up"),
+                            ("tune", "tune"),
+                            ("turned_in", "turned_in"),
+                            ("turned_in_not", "turned_in_not"),
+                            ("tv", "tv"),
+                            ("unarchive", "unarchive"),
+                            ("undo", "undo"),
+                            ("unfold_less", "unfold_less"),
+                            ("unfold_more", "unfold_more"),
+                            ("update", "update"),
+                            ("usb", "usb"),
+                            ("verified_user", "verified_user"),
+                            ("vertical_align_bottom", "vertical_align_bottom"),
+                            ("vertical_align_center", "vertical_align_center"),
+                            ("vertical_align_top", "vertical_align_top"),
+                            ("vibration", "vibration"),
+                            ("video_call", "video_call"),
+                            ("video_label", "video_label"),
+                            ("video_library", "video_library"),
+                            ("videocam", "videocam"),
+                            ("videocam_off", "videocam_off"),
+                            ("videogame_asset", "videogame_asset"),
+                            ("view_agenda", "view_agenda"),
+                            ("view_array", "view_array"),
+                            ("view_carousel", "view_carousel"),
+                            ("view_column", "view_column"),
+                            ("view_comfy", "view_comfy"),
+                            ("view_compact", "view_compact"),
+                            ("view_day", "view_day"),
+                            ("view_headline", "view_headline"),
+                            ("view_list", "view_list"),
+                            ("view_module", "view_module"),
+                            ("view_quilt", "view_quilt"),
+                            ("view_stream", "view_stream"),
+                            ("view_week", "view_week"),
+                            ("vignette", "vignette"),
+                            ("visibility", "visibility"),
+                            ("visibility_off", "visibility_off"),
+                            ("voice_chat", "voice_chat"),
+                            ("voicemail", "voicemail"),
+                            ("volume_down", "volume_down"),
+                            ("volume_mute", "volume_mute"),
+                            ("volume_off", "volume_off"),
+                            ("volume_up", "volume_up"),
+                            ("vpn_key", "vpn_key"),
+                            ("vpn_lock", "vpn_lock"),
+                            ("wallpaper", "wallpaper"),
+                            ("warning", "warning"),
+                            ("watch", "watch"),
+                            ("watch_later", "watch_later"),
+                            ("wb_auto", "wb_auto"),
+                            ("wb_cloudy", "wb_cloudy"),
+                            ("wb_incandescent", "wb_incandescent"),
+                            ("wb_iridescent", "wb_iridescent"),
+                            ("wb_sunny", "wb_sunny"),
+                            ("wc", "wc"),
+                            ("web", "web"),
+                            ("web_asset", "web_asset"),
+                            ("weekend", "weekend"),
+                            ("whatshot", "whatshot"),
+                            ("widgets", "widgets"),
+                            ("wifi", "wifi"),
+                            ("wifi_lock", "wifi_lock"),
+                            ("wifi_tethering", "wifi_tethering"),
+                            ("work", "work"),
+                            ("wrap_text", "wrap_text"),
+                            ("youtube_searched_for", "youtube_searched_for"),
+                            ("zoom_in", "zoom_in"),
+                            ("zoom_out", "zoom_out"),
+                            ("zoom_out_map", "zoom_out_map"),
+                        ],
+                        default="question_answer",
+                        max_length=50,
+                        verbose_name="Icon",
+                    ),
+                ),
+                (
+                    "site",
+                    models.ForeignKey(
+                        default=1,
+                        editable=False,
+                        on_delete=django.db.models.deletion.CASCADE,
+                        to="sites.Site",
+                    ),
+                ),
             ],
             options={
-                'verbose_name': 'FAQ section',
-                'verbose_name_plural': 'FAQ sections',
+                "verbose_name": "FAQ section",
+                "verbose_name_plural": "FAQ sections",
             },
-            managers=[
-                ('objects', django.contrib.sites.managers.CurrentSiteManager()),
-            ],
+            managers=[("objects", django.contrib.sites.managers.CurrentSiteManager()),],
         ),
         migrations.CreateModel(
-            name='FAQQuestion',
+            name="FAQQuestion",
             fields=[
-                ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
-                ('extended_data', django.contrib.postgres.fields.jsonb.JSONField(default=dict, editable=False)),
-                ('question_text', models.TextField(verbose_name='Question')),
-                ('icon', models.CharField(blank=True, choices=[('3d_rotation', '3d_rotation'), ('ac_unit', 'ac_unit'), ('access_alarm', 'access_alarm'), ('access_alarms', 'access_alarms'), ('access_time', 'access_time'), ('accessibility', 'accessibility'), ('accessible', 'accessible'), ('account_balance', 'account_balance'), ('account_balance_wallet', 'account_balance_wallet'), ('account_box', 'account_box'), ('account_circle', 'account_circle'), ('adb', 'adb'), ('add', 'add'), ('add_a_photo', 'add_a_photo'), ('add_alarm', 'add_alarm'), ('add_alert', 'add_alert'), ('add_box', 'add_box'), ('add_circle', 'add_circle'), ('add_circle_outline', 'add_circle_outline'), ('add_location', 'add_location'), ('add_shopping_cart', 'add_shopping_cart'), ('add_to_photos', 'add_to_photos'), ('add_to_queue', 'add_to_queue'), ('adjust', 'adjust'), ('airline_seat_flat', 'airline_seat_flat'), ('airline_seat_flat_angled', 'airline_seat_flat_angled'), ('airline_seat_individual_suite', 'airline_seat_individual_suite'), ('airline_seat_legroom_extra', 'airline_seat_legroom_extra'), ('airline_seat_legroom_normal', 'airline_seat_legroom_normal'), ('airline_seat_legroom_reduced', 'airline_seat_legroom_reduced'), ('airline_seat_recline_extra', 'airline_seat_recline_extra'), ('airline_seat_recline_normal', 'airline_seat_recline_normal'), ('airplanemode_active', 'airplanemode_active'), ('airplanemode_inactive', 'airplanemode_inactive'), ('airplay', 'airplay'), ('airport_shuttle', 'airport_shuttle'), ('alarm', 'alarm'), ('alarm_add', 'alarm_add'), ('alarm_off', 'alarm_off'), ('alarm_on', 'alarm_on'), ('album', 'album'), ('all_inclusive', 'all_inclusive'), ('all_out', 'all_out'), ('android', 'android'), ('announcement', 'announcement'), ('apps', 'apps'), ('archive', 'archive'), ('arrow_back', 'arrow_back'), ('arrow_downward', 'arrow_downward'), ('arrow_drop_down', 'arrow_drop_down'), ('arrow_drop_down_circle', 'arrow_drop_down_circle'), ('arrow_drop_up', 'arrow_drop_up'), ('arrow_forward', 'arrow_forward'), ('arrow_upward', 'arrow_upward'), ('art_track', 'art_track'), ('aspect_ratio', 'aspect_ratio'), ('assessment', 'assessment'), ('assignment', 'assignment'), ('assignment_ind', 'assignment_ind'), ('assignment_late', 'assignment_late'), ('assignment_return', 'assignment_return'), ('assignment_returned', 'assignment_returned'), ('assignment_turned_in', 'assignment_turned_in'), ('assistant', 'assistant'), ('assistant_photo', 'assistant_photo'), ('attach_file', 'attach_file'), ('attach_money', 'attach_money'), ('attachment', 'attachment'), ('audiotrack', 'audiotrack'), ('autorenew', 'autorenew'), ('av_timer', 'av_timer'), ('backspace', 'backspace'), ('backup', 'backup'), ('battery_alert', 'battery_alert'), ('battery_charging_full', 'battery_charging_full'), ('battery_full', 'battery_full'), ('battery_std', 'battery_std'), ('battery_unknown', 'battery_unknown'), ('beach_access', 'beach_access'), ('beenhere', 'beenhere'), ('block', 'block'), ('bluetooth', 'bluetooth'), ('bluetooth_audio', 'bluetooth_audio'), ('bluetooth_connected', 'bluetooth_connected'), ('bluetooth_disabled', 'bluetooth_disabled'), ('bluetooth_searching', 'bluetooth_searching'), ('blur_circular', 'blur_circular'), ('blur_linear', 'blur_linear'), ('blur_off', 'blur_off'), ('blur_on', 'blur_on'), ('book', 'book'), ('bookmark', 'bookmark'), ('bookmark_border', 'bookmark_border'), ('border_all', 'border_all'), ('border_bottom', 'border_bottom'), ('border_clear', 'border_clear'), ('border_color', 'border_color'), ('border_horizontal', 'border_horizontal'), ('border_inner', 'border_inner'), ('border_left', 'border_left'), ('border_outer', 'border_outer'), ('border_right', 'border_right'), ('border_style', 'border_style'), ('border_top', 'border_top'), ('border_vertical', 'border_vertical'), ('branding_watermark', 'branding_watermark'), ('brightness_1', 'brightness_1'), ('brightness_2', 'brightness_2'), ('brightness_3', 'brightness_3'), ('brightness_4', 'brightness_4'), ('brightness_5', 'brightness_5'), ('brightness_6', 'brightness_6'), ('brightness_7', 'brightness_7'), ('brightness_auto', 'brightness_auto'), ('brightness_high', 'brightness_high'), ('brightness_low', 'brightness_low'), ('brightness_medium', 'brightness_medium'), ('broken_image', 'broken_image'), ('brush', 'brush'), ('bubble_chart', 'bubble_chart'), ('bug_report', 'bug_report'), ('build', 'build'), ('burst_mode', 'burst_mode'), ('business', 'business'), ('business_center', 'business_center'), ('cached', 'cached'), ('cake', 'cake'), ('call', 'call'), ('call_end', 'call_end'), ('call_made', 'call_made'), ('call_merge', 'call_merge'), ('call_missed', 'call_missed'), ('call_missed_outgoing', 'call_missed_outgoing'), ('call_received', 'call_received'), ('call_split', 'call_split'), ('call_to_action', 'call_to_action'), ('camera', 'camera'), ('camera_alt', 'camera_alt'), ('camera_enhance', 'camera_enhance'), ('camera_front', 'camera_front'), ('camera_rear', 'camera_rear'), ('camera_roll', 'camera_roll'), ('cancel', 'cancel'), ('card_giftcard', 'card_giftcard'), ('card_membership', 'card_membership'), ('card_travel', 'card_travel'), ('casino', 'casino'), ('cast', 'cast'), ('cast_connected', 'cast_connected'), ('center_focus_strong', 'center_focus_strong'), ('center_focus_weak', 'center_focus_weak'), ('change_history', 'change_history'), ('chat', 'chat'), ('chat_bubble', 'chat_bubble'), ('chat_bubble_outline', 'chat_bubble_outline'), ('check', 'check'), ('check_box', 'check_box'), ('check_box_outline_blank', 'check_box_outline_blank'), ('check_circle', 'check_circle'), ('chevron_left', 'chevron_left'), ('chevron_right', 'chevron_right'), ('child_care', 'child_care'), ('child_friendly', 'child_friendly'), ('chrome_reader_mode', 'chrome_reader_mode'), ('class', 'class'), ('clear', 'clear'), ('clear_all', 'clear_all'), ('close', 'close'), ('closed_caption', 'closed_caption'), ('cloud', 'cloud'), ('cloud_circle', 'cloud_circle'), ('cloud_done', 'cloud_done'), ('cloud_download', 'cloud_download'), ('cloud_off', 'cloud_off'), ('cloud_queue', 'cloud_queue'), ('cloud_upload', 'cloud_upload'), ('code', 'code'), ('collections', 'collections'), ('collections_bookmark', 'collections_bookmark'), ('color_lens', 'color_lens'), ('colorize', 'colorize'), ('comment', 'comment'), ('compare', 'compare'), ('compare_arrows', 'compare_arrows'), ('computer', 'computer'), ('confirmation_number', 'confirmation_number'), ('contact_mail', 'contact_mail'), ('contact_phone', 'contact_phone'), ('contacts', 'contacts'), ('content_copy', 'content_copy'), ('content_cut', 'content_cut'), ('content_paste', 'content_paste'), ('control_point', 'control_point'), ('control_point_duplicate', 'control_point_duplicate'), ('copyright', 'copyright'), ('create', 'create'), ('create_new_folder', 'create_new_folder'), ('credit_card', 'credit_card'), ('crop', 'crop'), ('crop_16_9', 'crop_16_9'), ('crop_3_2', 'crop_3_2'), ('crop_5_4', 'crop_5_4'), ('crop_7_5', 'crop_7_5'), ('crop_din', 'crop_din'), ('crop_free', 'crop_free'), ('crop_landscape', 'crop_landscape'), ('crop_original', 'crop_original'), ('crop_portrait', 'crop_portrait'), ('crop_rotate', 'crop_rotate'), ('crop_square', 'crop_square'), ('dashboard', 'dashboard'), ('data_usage', 'data_usage'), ('date_range', 'date_range'), ('dehaze', 'dehaze'), ('delete', 'delete'), ('delete_forever', 'delete_forever'), ('delete_sweep', 'delete_sweep'), ('description', 'description'), ('desktop_mac', 'desktop_mac'), ('desktop_windows', 'desktop_windows'), ('details', 'details'), ('developer_board', 'developer_board'), ('developer_mode', 'developer_mode'), ('device_hub', 'device_hub'), ('devices', 'devices'), ('devices_other', 'devices_other'), ('dialer_sip', 'dialer_sip'), ('dialpad', 'dialpad'), ('directions', 'directions'), ('directions_bike', 'directions_bike'), ('directions_boat', 'directions_boat'), ('directions_bus', 'directions_bus'), ('directions_car', 'directions_car'), ('directions_railway', 'directions_railway'), ('directions_run', 'directions_run'), ('directions_subway', 'directions_subway'), ('directions_transit', 'directions_transit'), ('directions_walk', 'directions_walk'), ('disc_full', 'disc_full'), ('dns', 'dns'), ('do_not_disturb', 'do_not_disturb'), ('do_not_disturb_alt', 'do_not_disturb_alt'), ('do_not_disturb_off', 'do_not_disturb_off'), ('do_not_disturb_on', 'do_not_disturb_on'), ('dock', 'dock'), ('domain', 'domain'), ('done', 'done'), ('done_all', 'done_all'), ('donut_large', 'donut_large'), ('donut_small', 'donut_small'), ('drafts', 'drafts'), ('drag_handle', 'drag_handle'), ('drive_eta', 'drive_eta'), ('dvr', 'dvr'), ('edit', 'edit'), ('edit_location', 'edit_location'), ('eject', 'eject'), ('email', 'email'), ('enhanced_encryption', 'enhanced_encryption'), ('equalizer', 'equalizer'), ('error', 'error'), ('error_outline', 'error_outline'), ('euro_symbol', 'euro_symbol'), ('ev_station', 'ev_station'), ('event', 'event'), ('event_available', 'event_available'), ('event_busy', 'event_busy'), ('event_note', 'event_note'), ('event_seat', 'event_seat'), ('exit_to_app', 'exit_to_app'), ('expand_less', 'expand_less'), ('expand_more', 'expand_more'), ('explicit', 'explicit'), ('explore', 'explore'), ('exposure', 'exposure'), ('exposure_neg_1', 'exposure_neg_1'), ('exposure_neg_2', 'exposure_neg_2'), ('exposure_plus_1', 'exposure_plus_1'), ('exposure_plus_2', 'exposure_plus_2'), ('exposure_zero', 'exposure_zero'), ('extension', 'extension'), ('face', 'face'), ('fast_forward', 'fast_forward'), ('fast_rewind', 'fast_rewind'), ('favorite', 'favorite'), ('favorite_border', 'favorite_border'), ('featured_play_list', 'featured_play_list'), ('featured_video', 'featured_video'), ('feedback', 'feedback'), ('fiber_dvr', 'fiber_dvr'), ('fiber_manual_record', 'fiber_manual_record'), ('fiber_new', 'fiber_new'), ('fiber_pin', 'fiber_pin'), ('fiber_smart_record', 'fiber_smart_record'), ('file_download', 'file_download'), ('file_upload', 'file_upload'), ('filter', 'filter'), ('filter_1', 'filter_1'), ('filter_2', 'filter_2'), ('filter_3', 'filter_3'), ('filter_4', 'filter_4'), ('filter_5', 'filter_5'), ('filter_6', 'filter_6'), ('filter_7', 'filter_7'), ('filter_8', 'filter_8'), ('filter_9', 'filter_9'), ('filter_9_plus', 'filter_9_plus'), ('filter_b_and_w', 'filter_b_and_w'), ('filter_center_focus', 'filter_center_focus'), ('filter_drama', 'filter_drama'), ('filter_frames', 'filter_frames'), ('filter_hdr', 'filter_hdr'), ('filter_list', 'filter_list'), ('filter_none', 'filter_none'), ('filter_tilt_shift', 'filter_tilt_shift'), ('filter_vintage', 'filter_vintage'), ('find_in_page', 'find_in_page'), ('find_replace', 'find_replace'), ('fingerprint', 'fingerprint'), ('first_page', 'first_page'), ('fitness_center', 'fitness_center'), ('flag', 'flag'), ('flare', 'flare'), ('flash_auto', 'flash_auto'), ('flash_off', 'flash_off'), ('flash_on', 'flash_on'), ('flight', 'flight'), ('flight_land', 'flight_land'), ('flight_takeoff', 'flight_takeoff'), ('flip', 'flip'), ('flip_to_back', 'flip_to_back'), ('flip_to_front', 'flip_to_front'), ('folder', 'folder'), ('folder_open', 'folder_open'), ('folder_shared', 'folder_shared'), ('folder_special', 'folder_special'), ('font_download', 'font_download'), ('format_align_center', 'format_align_center'), ('format_align_justify', 'format_align_justify'), ('format_align_left', 'format_align_left'), ('format_align_right', 'format_align_right'), ('format_bold', 'format_bold'), ('format_clear', 'format_clear'), ('format_color_fill', 'format_color_fill'), ('format_color_reset', 'format_color_reset'), ('format_color_text', 'format_color_text'), ('format_indent_decrease', 'format_indent_decrease'), ('format_indent_increase', 'format_indent_increase'), ('format_italic', 'format_italic'), ('format_line_spacing', 'format_line_spacing'), ('format_list_bulleted', 'format_list_bulleted'), ('format_list_numbered', 'format_list_numbered'), ('format_paint', 'format_paint'), ('format_quote', 'format_quote'), ('format_shapes', 'format_shapes'), ('format_size', 'format_size'), ('format_strikethrough', 'format_strikethrough'), ('format_textdirection_l_to_r', 'format_textdirection_l_to_r'), ('format_textdirection_r_to_l', 'format_textdirection_r_to_l'), ('format_underlined', 'format_underlined'), ('forum', 'forum'), ('forward', 'forward'), ('forward_10', 'forward_10'), ('forward_30', 'forward_30'), ('forward_5', 'forward_5'), ('free_breakfast', 'free_breakfast'), ('fullscreen', 'fullscreen'), ('fullscreen_exit', 'fullscreen_exit'), ('functions', 'functions'), ('g_translate', 'g_translate'), ('gamepad', 'gamepad'), ('games', 'games'), ('gavel', 'gavel'), ('gesture', 'gesture'), ('get_app', 'get_app'), ('gif', 'gif'), ('golf_course', 'golf_course'), ('gps_fixed', 'gps_fixed'), ('gps_not_fixed', 'gps_not_fixed'), ('gps_off', 'gps_off'), ('grade', 'grade'), ('gradient', 'gradient'), ('grain', 'grain'), ('graphic_eq', 'graphic_eq'), ('grid_off', 'grid_off'), ('grid_on', 'grid_on'), ('group', 'group'), ('group_add', 'group_add'), ('group_work', 'group_work'), ('hd', 'hd'), ('hdr_off', 'hdr_off'), ('hdr_on', 'hdr_on'), ('hdr_strong', 'hdr_strong'), ('hdr_weak', 'hdr_weak'), ('headset', 'headset'), ('headset_mic', 'headset_mic'), ('healing', 'healing'), ('hearing', 'hearing'), ('help', 'help'), ('help_outline', 'help_outline'), ('high_quality', 'high_quality'), ('highlight', 'highlight'), ('highlight_off', 'highlight_off'), ('history', 'history'), ('home', 'home'), ('hot_tub', 'hot_tub'), ('hotel', 'hotel'), ('hourglass_empty', 'hourglass_empty'), ('hourglass_full', 'hourglass_full'), ('http', 'http'), ('https', 'https'), ('image', 'image'), ('image_aspect_ratio', 'image_aspect_ratio'), ('import_contacts', 'import_contacts'), ('import_export', 'import_export'), ('important_devices', 'important_devices'), ('inbox', 'inbox'), ('indeterminate_check_box', 'indeterminate_check_box'), ('info', 'info'), ('info_outline', 'info_outline'), ('input', 'input'), ('insert_chart', 'insert_chart'), ('insert_comment', 'insert_comment'), ('insert_drive_file', 'insert_drive_file'), ('insert_emoticon', 'insert_emoticon'), ('insert_invitation', 'insert_invitation'), ('insert_link', 'insert_link'), ('insert_photo', 'insert_photo'), ('invert_colors', 'invert_colors'), ('invert_colors_off', 'invert_colors_off'), ('iso', 'iso'), ('keyboard', 'keyboard'), ('keyboard_arrow_down', 'keyboard_arrow_down'), ('keyboard_arrow_left', 'keyboard_arrow_left'), ('keyboard_arrow_right', 'keyboard_arrow_right'), ('keyboard_arrow_up', 'keyboard_arrow_up'), ('keyboard_backspace', 'keyboard_backspace'), ('keyboard_capslock', 'keyboard_capslock'), ('keyboard_hide', 'keyboard_hide'), ('keyboard_return', 'keyboard_return'), ('keyboard_tab', 'keyboard_tab'), ('keyboard_voice', 'keyboard_voice'), ('kitchen', 'kitchen'), ('label', 'label'), ('label_outline', 'label_outline'), ('landscape', 'landscape'), ('language', 'language'), ('laptop', 'laptop'), ('laptop_chromebook', 'laptop_chromebook'), ('laptop_mac', 'laptop_mac'), ('laptop_windows', 'laptop_windows'), ('last_page', 'last_page'), ('launch', 'launch'), ('layers', 'layers'), ('layers_clear', 'layers_clear'), ('leak_add', 'leak_add'), ('leak_remove', 'leak_remove'), ('lens', 'lens'), ('library_add', 'library_add'), ('library_books', 'library_books'), ('library_music', 'library_music'), ('lightbulb_outline', 'lightbulb_outline'), ('line_style', 'line_style'), ('line_weight', 'line_weight'), ('linear_scale', 'linear_scale'), ('link', 'link'), ('linked_camera', 'linked_camera'), ('list', 'list'), ('live_help', 'live_help'), ('live_tv', 'live_tv'), ('local_activity', 'local_activity'), ('local_airport', 'local_airport'), ('local_atm', 'local_atm'), ('local_bar', 'local_bar'), ('local_cafe', 'local_cafe'), ('local_car_wash', 'local_car_wash'), ('local_convenience_store', 'local_convenience_store'), ('local_dining', 'local_dining'), ('local_drink', 'local_drink'), ('local_florist', 'local_florist'), ('local_gas_station', 'local_gas_station'), ('local_grocery_store', 'local_grocery_store'), ('local_hospital', 'local_hospital'), ('local_hotel', 'local_hotel'), ('local_laundry_service', 'local_laundry_service'), ('local_library', 'local_library'), ('local_mall', 'local_mall'), ('local_movies', 'local_movies'), ('local_offer', 'local_offer'), ('local_parking', 'local_parking'), ('local_pharmacy', 'local_pharmacy'), ('local_phone', 'local_phone'), ('local_pizza', 'local_pizza'), ('local_play', 'local_play'), ('local_post_office', 'local_post_office'), ('local_printshop', 'local_printshop'), ('local_see', 'local_see'), ('local_shipping', 'local_shipping'), ('local_taxi', 'local_taxi'), ('location_city', 'location_city'), ('location_disabled', 'location_disabled'), ('location_off', 'location_off'), ('location_on', 'location_on'), ('location_searching', 'location_searching'), ('lock', 'lock'), ('lock_open', 'lock_open'), ('lock_outline', 'lock_outline'), ('looks', 'looks'), ('looks_3', 'looks_3'), ('looks_4', 'looks_4'), ('looks_5', 'looks_5'), ('looks_6', 'looks_6'), ('looks_one', 'looks_one'), ('looks_two', 'looks_two'), ('loop', 'loop'), ('loupe', 'loupe'), ('low_priority', 'low_priority'), ('loyalty', 'loyalty'), ('mail', 'mail'), ('mail_outline', 'mail_outline'), ('map', 'map'), ('markunread', 'markunread'), ('markunread_mailbox', 'markunread_mailbox'), ('memory', 'memory'), ('menu', 'menu'), ('merge_type', 'merge_type'), ('message', 'message'), ('mic', 'mic'), ('mic_none', 'mic_none'), ('mic_off', 'mic_off'), ('mms', 'mms'), ('mode_comment', 'mode_comment'), ('mode_edit', 'mode_edit'), ('monetization_on', 'monetization_on'), ('money_off', 'money_off'), ('monochrome_photos', 'monochrome_photos'), ('mood', 'mood'), ('mood_bad', 'mood_bad'), ('more', 'more'), ('more_horiz', 'more_horiz'), ('more_vert', 'more_vert'), ('motorcycle', 'motorcycle'), ('mouse', 'mouse'), ('move_to_inbox', 'move_to_inbox'), ('movie', 'movie'), ('movie_creation', 'movie_creation'), ('movie_filter', 'movie_filter'), ('multiline_chart', 'multiline_chart'), ('music_note', 'music_note'), ('music_video', 'music_video'), ('my_location', 'my_location'), ('nature', 'nature'), ('nature_people', 'nature_people'), ('navigate_before', 'navigate_before'), ('navigate_next', 'navigate_next'), ('navigation', 'navigation'), ('near_me', 'near_me'), ('network_cell', 'network_cell'), ('network_check', 'network_check'), ('network_locked', 'network_locked'), ('network_wifi', 'network_wifi'), ('new_releases', 'new_releases'), ('next_week', 'next_week'), ('nfc', 'nfc'), ('no_encryption', 'no_encryption'), ('no_sim', 'no_sim'), ('not_interested', 'not_interested'), ('note', 'note'), ('note_add', 'note_add'), ('notifications', 'notifications'), ('notifications_active', 'notifications_active'), ('notifications_none', 'notifications_none'), ('notifications_off', 'notifications_off'), ('notifications_paused', 'notifications_paused'), ('offline_pin', 'offline_pin'), ('ondemand_video', 'ondemand_video'), ('opacity', 'opacity'), ('open_in_browser', 'open_in_browser'), ('open_in_new', 'open_in_new'), ('open_with', 'open_with'), ('pages', 'pages'), ('pageview', 'pageview'), ('palette', 'palette'), ('pan_tool', 'pan_tool'), ('panorama', 'panorama'), ('panorama_fish_eye', 'panorama_fish_eye'), ('panorama_horizontal', 'panorama_horizontal'), ('panorama_vertical', 'panorama_vertical'), ('panorama_wide_angle', 'panorama_wide_angle'), ('party_mode', 'party_mode'), ('pause', 'pause'), ('pause_circle_filled', 'pause_circle_filled'), ('pause_circle_outline', 'pause_circle_outline'), ('payment', 'payment'), ('people', 'people'), ('people_outline', 'people_outline'), ('perm_camera_mic', 'perm_camera_mic'), ('perm_contact_calendar', 'perm_contact_calendar'), ('perm_data_setting', 'perm_data_setting'), ('perm_device_information', 'perm_device_information'), ('perm_identity', 'perm_identity'), ('perm_media', 'perm_media'), ('perm_phone_msg', 'perm_phone_msg'), ('perm_scan_wifi', 'perm_scan_wifi'), ('person', 'person'), ('person_add', 'person_add'), ('person_outline', 'person_outline'), ('person_pin', 'person_pin'), ('person_pin_circle', 'person_pin_circle'), ('personal_video', 'personal_video'), ('pets', 'pets'), ('phone', 'phone'), ('phone_android', 'phone_android'), ('phone_bluetooth_speaker', 'phone_bluetooth_speaker'), ('phone_forwarded', 'phone_forwarded'), ('phone_in_talk', 'phone_in_talk'), ('phone_iphone', 'phone_iphone'), ('phone_locked', 'phone_locked'), ('phone_missed', 'phone_missed'), ('phone_paused', 'phone_paused'), ('phonelink', 'phonelink'), ('phonelink_erase', 'phonelink_erase'), ('phonelink_lock', 'phonelink_lock'), ('phonelink_off', 'phonelink_off'), ('phonelink_ring', 'phonelink_ring'), ('phonelink_setup', 'phonelink_setup'), ('photo', 'photo'), ('photo_album', 'photo_album'), ('photo_camera', 'photo_camera'), ('photo_filter', 'photo_filter'), ('photo_library', 'photo_library'), ('photo_size_select_actual', 'photo_size_select_actual'), ('photo_size_select_large', 'photo_size_select_large'), ('photo_size_select_small', 'photo_size_select_small'), ('picture_as_pdf', 'picture_as_pdf'), ('picture_in_picture', 'picture_in_picture'), ('picture_in_picture_alt', 'picture_in_picture_alt'), ('pie_chart', 'pie_chart'), ('pie_chart_outlined', 'pie_chart_outlined'), ('pin_drop', 'pin_drop'), ('place', 'place'), ('play_arrow', 'play_arrow'), ('play_circle_filled', 'play_circle_filled'), ('play_circle_outline', 'play_circle_outline'), ('play_for_work', 'play_for_work'), ('playlist_add', 'playlist_add'), ('playlist_add_check', 'playlist_add_check'), ('playlist_play', 'playlist_play'), ('plus_one', 'plus_one'), ('poll', 'poll'), ('polymer', 'polymer'), ('pool', 'pool'), ('portable_wifi_off', 'portable_wifi_off'), ('portrait', 'portrait'), ('power', 'power'), ('power_input', 'power_input'), ('power_settings_new', 'power_settings_new'), ('pregnant_woman', 'pregnant_woman'), ('present_to_all', 'present_to_all'), ('print', 'print'), ('priority_high', 'priority_high'), ('public', 'public'), ('publish', 'publish'), ('query_builder', 'query_builder'), ('question_answer', 'question_answer'), ('queue', 'queue'), ('queue_music', 'queue_music'), ('queue_play_next', 'queue_play_next'), ('radio', 'radio'), ('radio_button_checked', 'radio_button_checked'), ('radio_button_unchecked', 'radio_button_unchecked'), ('rate_review', 'rate_review'), ('receipt', 'receipt'), ('recent_actors', 'recent_actors'), ('record_voice_over', 'record_voice_over'), ('redeem', 'redeem'), ('redo', 'redo'), ('refresh', 'refresh'), ('remove', 'remove'), ('remove_circle', 'remove_circle'), ('remove_circle_outline', 'remove_circle_outline'), ('remove_from_queue', 'remove_from_queue'), ('remove_red_eye', 'remove_red_eye'), ('remove_shopping_cart', 'remove_shopping_cart'), ('reorder', 'reorder'), ('repeat', 'repeat'), ('repeat_one', 'repeat_one'), ('replay', 'replay'), ('replay_10', 'replay_10'), ('replay_30', 'replay_30'), ('replay_5', 'replay_5'), ('reply', 'reply'), ('reply_all', 'reply_all'), ('report', 'report'), ('report_problem', 'report_problem'), ('restaurant', 'restaurant'), ('restaurant_menu', 'restaurant_menu'), ('restore', 'restore'), ('restore_page', 'restore_page'), ('ring_volume', 'ring_volume'), ('room', 'room'), ('room_service', 'room_service'), ('rotate_90_degrees_ccw', 'rotate_90_degrees_ccw'), ('rotate_left', 'rotate_left'), ('rotate_right', 'rotate_right'), ('rounded_corner', 'rounded_corner'), ('router', 'router'), ('rowing', 'rowing'), ('rss_feed', 'rss_feed'), ('rv_hookup', 'rv_hookup'), ('satellite', 'satellite'), ('save', 'save'), ('scanner', 'scanner'), ('schedule', 'schedule'), ('school', 'school'), ('screen_lock_landscape', 'screen_lock_landscape'), ('screen_lock_portrait', 'screen_lock_portrait'), ('screen_lock_rotation', 'screen_lock_rotation'), ('screen_rotation', 'screen_rotation'), ('screen_share', 'screen_share'), ('sd_card', 'sd_card'), ('sd_storage', 'sd_storage'), ('search', 'search'), ('security', 'security'), ('select_all', 'select_all'), ('send', 'send'), ('sentiment_dissatisfied', 'sentiment_dissatisfied'), ('sentiment_neutral', 'sentiment_neutral'), ('sentiment_satisfied', 'sentiment_satisfied'), ('sentiment_very_dissatisfied', 'sentiment_very_dissatisfied'), ('sentiment_very_satisfied', 'sentiment_very_satisfied'), ('settings', 'settings'), ('settings_applications', 'settings_applications'), ('settings_backup_restore', 'settings_backup_restore'), ('settings_bluetooth', 'settings_bluetooth'), ('settings_brightness', 'settings_brightness'), ('settings_cell', 'settings_cell'), ('settings_ethernet', 'settings_ethernet'), ('settings_input_antenna', 'settings_input_antenna'), ('settings_input_component', 'settings_input_component'), ('settings_input_composite', 'settings_input_composite'), ('settings_input_hdmi', 'settings_input_hdmi'), ('settings_input_svideo', 'settings_input_svideo'), ('settings_overscan', 'settings_overscan'), ('settings_phone', 'settings_phone'), ('settings_power', 'settings_power'), ('settings_remote', 'settings_remote'), ('settings_system_daydream', 'settings_system_daydream'), ('settings_voice', 'settings_voice'), ('share', 'share'), ('shop', 'shop'), ('shop_two', 'shop_two'), ('shopping_basket', 'shopping_basket'), ('shopping_cart', 'shopping_cart'), ('short_text', 'short_text'), ('show_chart', 'show_chart'), ('shuffle', 'shuffle'), ('signal_cellular_4_bar', 'signal_cellular_4_bar'), ('signal_cellular_connected_no_internet_4_bar', 'signal_cellular_connected_no_internet_4_bar'), ('signal_cellular_no_sim', 'signal_cellular_no_sim'), ('signal_cellular_null', 'signal_cellular_null'), ('signal_cellular_off', 'signal_cellular_off'), ('signal_wifi_4_bar', 'signal_wifi_4_bar'), ('signal_wifi_4_bar_lock', 'signal_wifi_4_bar_lock'), ('signal_wifi_off', 'signal_wifi_off'), ('sim_card', 'sim_card'), ('sim_card_alert', 'sim_card_alert'), ('skip_next', 'skip_next'), ('skip_previous', 'skip_previous'), ('slideshow', 'slideshow'), ('slow_motion_video', 'slow_motion_video'), ('smartphone', 'smartphone'), ('smoke_free', 'smoke_free'), ('smoking_rooms', 'smoking_rooms'), ('sms', 'sms'), ('sms_failed', 'sms_failed'), ('snooze', 'snooze'), ('sort', 'sort'), ('sort_by_alpha', 'sort_by_alpha'), ('spa', 'spa'), ('space_bar', 'space_bar'), ('speaker', 'speaker'), ('speaker_group', 'speaker_group'), ('speaker_notes', 'speaker_notes'), ('speaker_notes_off', 'speaker_notes_off'), ('speaker_phone', 'speaker_phone'), ('spellcheck', 'spellcheck'), ('star', 'star'), ('star_border', 'star_border'), ('star_half', 'star_half'), ('stars', 'stars'), ('stay_current_landscape', 'stay_current_landscape'), ('stay_current_portrait', 'stay_current_portrait'), ('stay_primary_landscape', 'stay_primary_landscape'), ('stay_primary_portrait', 'stay_primary_portrait'), ('stop', 'stop'), ('stop_screen_share', 'stop_screen_share'), ('storage', 'storage'), ('store', 'store'), ('store_mall_directory', 'store_mall_directory'), ('straighten', 'straighten'), ('streetview', 'streetview'), ('strikethrough_s', 'strikethrough_s'), ('style', 'style'), ('subdirectory_arrow_left', 'subdirectory_arrow_left'), ('subdirectory_arrow_right', 'subdirectory_arrow_right'), ('subject', 'subject'), ('subscriptions', 'subscriptions'), ('subtitles', 'subtitles'), ('subway', 'subway'), ('supervisor_account', 'supervisor_account'), ('surround_sound', 'surround_sound'), ('swap_calls', 'swap_calls'), ('swap_horiz', 'swap_horiz'), ('swap_vert', 'swap_vert'), ('swap_vertical_circle', 'swap_vertical_circle'), ('switch_camera', 'switch_camera'), ('switch_video', 'switch_video'), ('sync', 'sync'), ('sync_disabled', 'sync_disabled'), ('sync_problem', 'sync_problem'), ('system_update', 'system_update'), ('system_update_alt', 'system_update_alt'), ('tab', 'tab'), ('tab_unselected', 'tab_unselected'), ('tablet', 'tablet'), ('tablet_android', 'tablet_android'), ('tablet_mac', 'tablet_mac'), ('tag_faces', 'tag_faces'), ('tap_and_play', 'tap_and_play'), ('terrain', 'terrain'), ('text_fields', 'text_fields'), ('text_format', 'text_format'), ('textsms', 'textsms'), ('texture', 'texture'), ('theaters', 'theaters'), ('thumb_down', 'thumb_down'), ('thumb_up', 'thumb_up'), ('thumbs_up_down', 'thumbs_up_down'), ('time_to_leave', 'time_to_leave'), ('timelapse', 'timelapse'), ('timeline', 'timeline'), ('timer', 'timer'), ('timer_10', 'timer_10'), ('timer_3', 'timer_3'), ('timer_off', 'timer_off'), ('title', 'title'), ('toc', 'toc'), ('today', 'today'), ('toll', 'toll'), ('tonality', 'tonality'), ('touch_app', 'touch_app'), ('toys', 'toys'), ('track_changes', 'track_changes'), ('traffic', 'traffic'), ('train', 'train'), ('tram', 'tram'), ('transfer_within_a_station', 'transfer_within_a_station'), ('transform', 'transform'), ('translate', 'translate'), ('trending_down', 'trending_down'), ('trending_flat', 'trending_flat'), ('trending_up', 'trending_up'), ('tune', 'tune'), ('turned_in', 'turned_in'), ('turned_in_not', 'turned_in_not'), ('tv', 'tv'), ('unarchive', 'unarchive'), ('undo', 'undo'), ('unfold_less', 'unfold_less'), ('unfold_more', 'unfold_more'), ('update', 'update'), ('usb', 'usb'), ('verified_user', 'verified_user'), ('vertical_align_bottom', 'vertical_align_bottom'), ('vertical_align_center', 'vertical_align_center'), ('vertical_align_top', 'vertical_align_top'), ('vibration', 'vibration'), ('video_call', 'video_call'), ('video_label', 'video_label'), ('video_library', 'video_library'), ('videocam', 'videocam'), ('videocam_off', 'videocam_off'), ('videogame_asset', 'videogame_asset'), ('view_agenda', 'view_agenda'), ('view_array', 'view_array'), ('view_carousel', 'view_carousel'), ('view_column', 'view_column'), ('view_comfy', 'view_comfy'), ('view_compact', 'view_compact'), ('view_day', 'view_day'), ('view_headline', 'view_headline'), ('view_list', 'view_list'), ('view_module', 'view_module'), ('view_quilt', 'view_quilt'), ('view_stream', 'view_stream'), ('view_week', 'view_week'), ('vignette', 'vignette'), ('visibility', 'visibility'), ('visibility_off', 'visibility_off'), ('voice_chat', 'voice_chat'), ('voicemail', 'voicemail'), ('volume_down', 'volume_down'), ('volume_mute', 'volume_mute'), ('volume_off', 'volume_off'), ('volume_up', 'volume_up'), ('vpn_key', 'vpn_key'), ('vpn_lock', 'vpn_lock'), ('wallpaper', 'wallpaper'), ('warning', 'warning'), ('watch', 'watch'), ('watch_later', 'watch_later'), ('wb_auto', 'wb_auto'), ('wb_cloudy', 'wb_cloudy'), ('wb_incandescent', 'wb_incandescent'), ('wb_iridescent', 'wb_iridescent'), ('wb_sunny', 'wb_sunny'), ('wc', 'wc'), ('web', 'web'), ('web_asset', 'web_asset'), ('weekend', 'weekend'), ('whatshot', 'whatshot'), ('widgets', 'widgets'), ('wifi', 'wifi'), ('wifi_lock', 'wifi_lock'), ('wifi_tethering', 'wifi_tethering'), ('work', 'work'), ('wrap_text', 'wrap_text'), ('youtube_searched_for', 'youtube_searched_for'), ('zoom_in', 'zoom_in'), ('zoom_out', 'zoom_out'), ('zoom_out_map', 'zoom_out_map')], default='question_answer', max_length=50, verbose_name='Icon')),
-                ('show', models.BooleanField(default=False, verbose_name='Show')),
-                ('answer_text', ckeditor.fields.RichTextField(verbose_name='Answer')),
-                ('section', models.ForeignKey(blank=True, on_delete=django.db.models.deletion.CASCADE, related_name='questions', to='hjelp.FAQSection', verbose_name='FAQ Section')),
-                ('site', models.ForeignKey(default=1, editable=False, on_delete=django.db.models.deletion.CASCADE, to='sites.Site')),
+                (
+                    "id",
+                    models.AutoField(
+                        auto_created=True,
+                        primary_key=True,
+                        serialize=False,
+                        verbose_name="ID",
+                    ),
+                ),
+                (
+                    "extended_data",
+                    django.contrib.postgres.fields.jsonb.JSONField(
+                        default=dict, editable=False
+                    ),
+                ),
+                ("question_text", models.TextField(verbose_name="Question")),
+                (
+                    "icon",
+                    models.CharField(
+                        blank=True,
+                        choices=[
+                            ("3d_rotation", "3d_rotation"),
+                            ("ac_unit", "ac_unit"),
+                            ("access_alarm", "access_alarm"),
+                            ("access_alarms", "access_alarms"),
+                            ("access_time", "access_time"),
+                            ("accessibility", "accessibility"),
+                            ("accessible", "accessible"),
+                            ("account_balance", "account_balance"),
+                            ("account_balance_wallet", "account_balance_wallet"),
+                            ("account_box", "account_box"),
+                            ("account_circle", "account_circle"),
+                            ("adb", "adb"),
+                            ("add", "add"),
+                            ("add_a_photo", "add_a_photo"),
+                            ("add_alarm", "add_alarm"),
+                            ("add_alert", "add_alert"),
+                            ("add_box", "add_box"),
+                            ("add_circle", "add_circle"),
+                            ("add_circle_outline", "add_circle_outline"),
+                            ("add_location", "add_location"),
+                            ("add_shopping_cart", "add_shopping_cart"),
+                            ("add_to_photos", "add_to_photos"),
+                            ("add_to_queue", "add_to_queue"),
+                            ("adjust", "adjust"),
+                            ("airline_seat_flat", "airline_seat_flat"),
+                            ("airline_seat_flat_angled", "airline_seat_flat_angled"),
+                            (
+                                "airline_seat_individual_suite",
+                                "airline_seat_individual_suite",
+                            ),
+                            (
+                                "airline_seat_legroom_extra",
+                                "airline_seat_legroom_extra",
+                            ),
+                            (
+                                "airline_seat_legroom_normal",
+                                "airline_seat_legroom_normal",
+                            ),
+                            (
+                                "airline_seat_legroom_reduced",
+                                "airline_seat_legroom_reduced",
+                            ),
+                            (
+                                "airline_seat_recline_extra",
+                                "airline_seat_recline_extra",
+                            ),
+                            (
+                                "airline_seat_recline_normal",
+                                "airline_seat_recline_normal",
+                            ),
+                            ("airplanemode_active", "airplanemode_active"),
+                            ("airplanemode_inactive", "airplanemode_inactive"),
+                            ("airplay", "airplay"),
+                            ("airport_shuttle", "airport_shuttle"),
+                            ("alarm", "alarm"),
+                            ("alarm_add", "alarm_add"),
+                            ("alarm_off", "alarm_off"),
+                            ("alarm_on", "alarm_on"),
+                            ("album", "album"),
+                            ("all_inclusive", "all_inclusive"),
+                            ("all_out", "all_out"),
+                            ("android", "android"),
+                            ("announcement", "announcement"),
+                            ("apps", "apps"),
+                            ("archive", "archive"),
+                            ("arrow_back", "arrow_back"),
+                            ("arrow_downward", "arrow_downward"),
+                            ("arrow_drop_down", "arrow_drop_down"),
+                            ("arrow_drop_down_circle", "arrow_drop_down_circle"),
+                            ("arrow_drop_up", "arrow_drop_up"),
+                            ("arrow_forward", "arrow_forward"),
+                            ("arrow_upward", "arrow_upward"),
+                            ("art_track", "art_track"),
+                            ("aspect_ratio", "aspect_ratio"),
+                            ("assessment", "assessment"),
+                            ("assignment", "assignment"),
+                            ("assignment_ind", "assignment_ind"),
+                            ("assignment_late", "assignment_late"),
+                            ("assignment_return", "assignment_return"),
+                            ("assignment_returned", "assignment_returned"),
+                            ("assignment_turned_in", "assignment_turned_in"),
+                            ("assistant", "assistant"),
+                            ("assistant_photo", "assistant_photo"),
+                            ("attach_file", "attach_file"),
+                            ("attach_money", "attach_money"),
+                            ("attachment", "attachment"),
+                            ("audiotrack", "audiotrack"),
+                            ("autorenew", "autorenew"),
+                            ("av_timer", "av_timer"),
+                            ("backspace", "backspace"),
+                            ("backup", "backup"),
+                            ("battery_alert", "battery_alert"),
+                            ("battery_charging_full", "battery_charging_full"),
+                            ("battery_full", "battery_full"),
+                            ("battery_std", "battery_std"),
+                            ("battery_unknown", "battery_unknown"),
+                            ("beach_access", "beach_access"),
+                            ("beenhere", "beenhere"),
+                            ("block", "block"),
+                            ("bluetooth", "bluetooth"),
+                            ("bluetooth_audio", "bluetooth_audio"),
+                            ("bluetooth_connected", "bluetooth_connected"),
+                            ("bluetooth_disabled", "bluetooth_disabled"),
+                            ("bluetooth_searching", "bluetooth_searching"),
+                            ("blur_circular", "blur_circular"),
+                            ("blur_linear", "blur_linear"),
+                            ("blur_off", "blur_off"),
+                            ("blur_on", "blur_on"),
+                            ("book", "book"),
+                            ("bookmark", "bookmark"),
+                            ("bookmark_border", "bookmark_border"),
+                            ("border_all", "border_all"),
+                            ("border_bottom", "border_bottom"),
+                            ("border_clear", "border_clear"),
+                            ("border_color", "border_color"),
+                            ("border_horizontal", "border_horizontal"),
+                            ("border_inner", "border_inner"),
+                            ("border_left", "border_left"),
+                            ("border_outer", "border_outer"),
+                            ("border_right", "border_right"),
+                            ("border_style", "border_style"),
+                            ("border_top", "border_top"),
+                            ("border_vertical", "border_vertical"),
+                            ("branding_watermark", "branding_watermark"),
+                            ("brightness_1", "brightness_1"),
+                            ("brightness_2", "brightness_2"),
+                            ("brightness_3", "brightness_3"),
+                            ("brightness_4", "brightness_4"),
+                            ("brightness_5", "brightness_5"),
+                            ("brightness_6", "brightness_6"),
+                            ("brightness_7", "brightness_7"),
+                            ("brightness_auto", "brightness_auto"),
+                            ("brightness_high", "brightness_high"),
+                            ("brightness_low", "brightness_low"),
+                            ("brightness_medium", "brightness_medium"),
+                            ("broken_image", "broken_image"),
+                            ("brush", "brush"),
+                            ("bubble_chart", "bubble_chart"),
+                            ("bug_report", "bug_report"),
+                            ("build", "build"),
+                            ("burst_mode", "burst_mode"),
+                            ("business", "business"),
+                            ("business_center", "business_center"),
+                            ("cached", "cached"),
+                            ("cake", "cake"),
+                            ("call", "call"),
+                            ("call_end", "call_end"),
+                            ("call_made", "call_made"),
+                            ("call_merge", "call_merge"),
+                            ("call_missed", "call_missed"),
+                            ("call_missed_outgoing", "call_missed_outgoing"),
+                            ("call_received", "call_received"),
+                            ("call_split", "call_split"),
+                            ("call_to_action", "call_to_action"),
+                            ("camera", "camera"),
+                            ("camera_alt", "camera_alt"),
+                            ("camera_enhance", "camera_enhance"),
+                            ("camera_front", "camera_front"),
+                            ("camera_rear", "camera_rear"),
+                            ("camera_roll", "camera_roll"),
+                            ("cancel", "cancel"),
+                            ("card_giftcard", "card_giftcard"),
+                            ("card_membership", "card_membership"),
+                            ("card_travel", "card_travel"),
+                            ("casino", "casino"),
+                            ("cast", "cast"),
+                            ("cast_connected", "cast_connected"),
+                            ("center_focus_strong", "center_focus_strong"),
+                            ("center_focus_weak", "center_focus_weak"),
+                            ("change_history", "change_history"),
+                            ("chat", "chat"),
+                            ("chat_bubble", "chat_bubble"),
+                            ("chat_bubble_outline", "chat_bubble_outline"),
+                            ("check", "check"),
+                            ("check_box", "check_box"),
+                            ("check_box_outline_blank", "check_box_outline_blank"),
+                            ("check_circle", "check_circle"),
+                            ("chevron_left", "chevron_left"),
+                            ("chevron_right", "chevron_right"),
+                            ("child_care", "child_care"),
+                            ("child_friendly", "child_friendly"),
+                            ("chrome_reader_mode", "chrome_reader_mode"),
+                            ("class", "class"),
+                            ("clear", "clear"),
+                            ("clear_all", "clear_all"),
+                            ("close", "close"),
+                            ("closed_caption", "closed_caption"),
+                            ("cloud", "cloud"),
+                            ("cloud_circle", "cloud_circle"),
+                            ("cloud_done", "cloud_done"),
+                            ("cloud_download", "cloud_download"),
+                            ("cloud_off", "cloud_off"),
+                            ("cloud_queue", "cloud_queue"),
+                            ("cloud_upload", "cloud_upload"),
+                            ("code", "code"),
+                            ("collections", "collections"),
+                            ("collections_bookmark", "collections_bookmark"),
+                            ("color_lens", "color_lens"),
+                            ("colorize", "colorize"),
+                            ("comment", "comment"),
+                            ("compare", "compare"),
+                            ("compare_arrows", "compare_arrows"),
+                            ("computer", "computer"),
+                            ("confirmation_number", "confirmation_number"),
+                            ("contact_mail", "contact_mail"),
+                            ("contact_phone", "contact_phone"),
+                            ("contacts", "contacts"),
+                            ("content_copy", "content_copy"),
+                            ("content_cut", "content_cut"),
+                            ("content_paste", "content_paste"),
+                            ("control_point", "control_point"),
+                            ("control_point_duplicate", "control_point_duplicate"),
+                            ("copyright", "copyright"),
+                            ("create", "create"),
+                            ("create_new_folder", "create_new_folder"),
+                            ("credit_card", "credit_card"),
+                            ("crop", "crop"),
+                            ("crop_16_9", "crop_16_9"),
+                            ("crop_3_2", "crop_3_2"),
+                            ("crop_5_4", "crop_5_4"),
+                            ("crop_7_5", "crop_7_5"),
+                            ("crop_din", "crop_din"),
+                            ("crop_free", "crop_free"),
+                            ("crop_landscape", "crop_landscape"),
+                            ("crop_original", "crop_original"),
+                            ("crop_portrait", "crop_portrait"),
+                            ("crop_rotate", "crop_rotate"),
+                            ("crop_square", "crop_square"),
+                            ("dashboard", "dashboard"),
+                            ("data_usage", "data_usage"),
+                            ("date_range", "date_range"),
+                            ("dehaze", "dehaze"),
+                            ("delete", "delete"),
+                            ("delete_forever", "delete_forever"),
+                            ("delete_sweep", "delete_sweep"),
+                            ("description", "description"),
+                            ("desktop_mac", "desktop_mac"),
+                            ("desktop_windows", "desktop_windows"),
+                            ("details", "details"),
+                            ("developer_board", "developer_board"),
+                            ("developer_mode", "developer_mode"),
+                            ("device_hub", "device_hub"),
+                            ("devices", "devices"),
+                            ("devices_other", "devices_other"),
+                            ("dialer_sip", "dialer_sip"),
+                            ("dialpad", "dialpad"),
+                            ("directions", "directions"),
+                            ("directions_bike", "directions_bike"),
+                            ("directions_boat", "directions_boat"),
+                            ("directions_bus", "directions_bus"),
+                            ("directions_car", "directions_car"),
+                            ("directions_railway", "directions_railway"),
+                            ("directions_run", "directions_run"),
+                            ("directions_subway", "directions_subway"),
+                            ("directions_transit", "directions_transit"),
+                            ("directions_walk", "directions_walk"),
+                            ("disc_full", "disc_full"),
+                            ("dns", "dns"),
+                            ("do_not_disturb", "do_not_disturb"),
+                            ("do_not_disturb_alt", "do_not_disturb_alt"),
+                            ("do_not_disturb_off", "do_not_disturb_off"),
+                            ("do_not_disturb_on", "do_not_disturb_on"),
+                            ("dock", "dock"),
+                            ("domain", "domain"),
+                            ("done", "done"),
+                            ("done_all", "done_all"),
+                            ("donut_large", "donut_large"),
+                            ("donut_small", "donut_small"),
+                            ("drafts", "drafts"),
+                            ("drag_handle", "drag_handle"),
+                            ("drive_eta", "drive_eta"),
+                            ("dvr", "dvr"),
+                            ("edit", "edit"),
+                            ("edit_location", "edit_location"),
+                            ("eject", "eject"),
+                            ("email", "email"),
+                            ("enhanced_encryption", "enhanced_encryption"),
+                            ("equalizer", "equalizer"),
+                            ("error", "error"),
+                            ("error_outline", "error_outline"),
+                            ("euro_symbol", "euro_symbol"),
+                            ("ev_station", "ev_station"),
+                            ("event", "event"),
+                            ("event_available", "event_available"),
+                            ("event_busy", "event_busy"),
+                            ("event_note", "event_note"),
+                            ("event_seat", "event_seat"),
+                            ("exit_to_app", "exit_to_app"),
+                            ("expand_less", "expand_less"),
+                            ("expand_more", "expand_more"),
+                            ("explicit", "explicit"),
+                            ("explore", "explore"),
+                            ("exposure", "exposure"),
+                            ("exposure_neg_1", "exposure_neg_1"),
+                            ("exposure_neg_2", "exposure_neg_2"),
+                            ("exposure_plus_1", "exposure_plus_1"),
+                            ("exposure_plus_2", "exposure_plus_2"),
+                            ("exposure_zero", "exposure_zero"),
+                            ("extension", "extension"),
+                            ("face", "face"),
+                            ("fast_forward", "fast_forward"),
+                            ("fast_rewind", "fast_rewind"),
+                            ("favorite", "favorite"),
+                            ("favorite_border", "favorite_border"),
+                            ("featured_play_list", "featured_play_list"),
+                            ("featured_video", "featured_video"),
+                            ("feedback", "feedback"),
+                            ("fiber_dvr", "fiber_dvr"),
+                            ("fiber_manual_record", "fiber_manual_record"),
+                            ("fiber_new", "fiber_new"),
+                            ("fiber_pin", "fiber_pin"),
+                            ("fiber_smart_record", "fiber_smart_record"),
+                            ("file_download", "file_download"),
+                            ("file_upload", "file_upload"),
+                            ("filter", "filter"),
+                            ("filter_1", "filter_1"),
+                            ("filter_2", "filter_2"),
+                            ("filter_3", "filter_3"),
+                            ("filter_4", "filter_4"),
+                            ("filter_5", "filter_5"),
+                            ("filter_6", "filter_6"),
+                            ("filter_7", "filter_7"),
+                            ("filter_8", "filter_8"),
+                            ("filter_9", "filter_9"),
+                            ("filter_9_plus", "filter_9_plus"),
+                            ("filter_b_and_w", "filter_b_and_w"),
+                            ("filter_center_focus", "filter_center_focus"),
+                            ("filter_drama", "filter_drama"),
+                            ("filter_frames", "filter_frames"),
+                            ("filter_hdr", "filter_hdr"),
+                            ("filter_list", "filter_list"),
+                            ("filter_none", "filter_none"),
+                            ("filter_tilt_shift", "filter_tilt_shift"),
+                            ("filter_vintage", "filter_vintage"),
+                            ("find_in_page", "find_in_page"),
+                            ("find_replace", "find_replace"),
+                            ("fingerprint", "fingerprint"),
+                            ("first_page", "first_page"),
+                            ("fitness_center", "fitness_center"),
+                            ("flag", "flag"),
+                            ("flare", "flare"),
+                            ("flash_auto", "flash_auto"),
+                            ("flash_off", "flash_off"),
+                            ("flash_on", "flash_on"),
+                            ("flight", "flight"),
+                            ("flight_land", "flight_land"),
+                            ("flight_takeoff", "flight_takeoff"),
+                            ("flip", "flip"),
+                            ("flip_to_back", "flip_to_back"),
+                            ("flip_to_front", "flip_to_front"),
+                            ("folder", "folder"),
+                            ("folder_open", "folder_open"),
+                            ("folder_shared", "folder_shared"),
+                            ("folder_special", "folder_special"),
+                            ("font_download", "font_download"),
+                            ("format_align_center", "format_align_center"),
+                            ("format_align_justify", "format_align_justify"),
+                            ("format_align_left", "format_align_left"),
+                            ("format_align_right", "format_align_right"),
+                            ("format_bold", "format_bold"),
+                            ("format_clear", "format_clear"),
+                            ("format_color_fill", "format_color_fill"),
+                            ("format_color_reset", "format_color_reset"),
+                            ("format_color_text", "format_color_text"),
+                            ("format_indent_decrease", "format_indent_decrease"),
+                            ("format_indent_increase", "format_indent_increase"),
+                            ("format_italic", "format_italic"),
+                            ("format_line_spacing", "format_line_spacing"),
+                            ("format_list_bulleted", "format_list_bulleted"),
+                            ("format_list_numbered", "format_list_numbered"),
+                            ("format_paint", "format_paint"),
+                            ("format_quote", "format_quote"),
+                            ("format_shapes", "format_shapes"),
+                            ("format_size", "format_size"),
+                            ("format_strikethrough", "format_strikethrough"),
+                            (
+                                "format_textdirection_l_to_r",
+                                "format_textdirection_l_to_r",
+                            ),
+                            (
+                                "format_textdirection_r_to_l",
+                                "format_textdirection_r_to_l",
+                            ),
+                            ("format_underlined", "format_underlined"),
+                            ("forum", "forum"),
+                            ("forward", "forward"),
+                            ("forward_10", "forward_10"),
+                            ("forward_30", "forward_30"),
+                            ("forward_5", "forward_5"),
+                            ("free_breakfast", "free_breakfast"),
+                            ("fullscreen", "fullscreen"),
+                            ("fullscreen_exit", "fullscreen_exit"),
+                            ("functions", "functions"),
+                            ("g_translate", "g_translate"),
+                            ("gamepad", "gamepad"),
+                            ("games", "games"),
+                            ("gavel", "gavel"),
+                            ("gesture", "gesture"),
+                            ("get_app", "get_app"),
+                            ("gif", "gif"),
+                            ("golf_course", "golf_course"),
+                            ("gps_fixed", "gps_fixed"),
+                            ("gps_not_fixed", "gps_not_fixed"),
+                            ("gps_off", "gps_off"),
+                            ("grade", "grade"),
+                            ("gradient", "gradient"),
+                            ("grain", "grain"),
+                            ("graphic_eq", "graphic_eq"),
+                            ("grid_off", "grid_off"),
+                            ("grid_on", "grid_on"),
+                            ("group", "group"),
+                            ("group_add", "group_add"),
+                            ("group_work", "group_work"),
+                            ("hd", "hd"),
+                            ("hdr_off", "hdr_off"),
+                            ("hdr_on", "hdr_on"),
+                            ("hdr_strong", "hdr_strong"),
+                            ("hdr_weak", "hdr_weak"),
+                            ("headset", "headset"),
+                            ("headset_mic", "headset_mic"),
+                            ("healing", "healing"),
+                            ("hearing", "hearing"),
+                            ("help", "help"),
+                            ("help_outline", "help_outline"),
+                            ("high_quality", "high_quality"),
+                            ("highlight", "highlight"),
+                            ("highlight_off", "highlight_off"),
+                            ("history", "history"),
+                            ("home", "home"),
+                            ("hot_tub", "hot_tub"),
+                            ("hotel", "hotel"),
+                            ("hourglass_empty", "hourglass_empty"),
+                            ("hourglass_full", "hourglass_full"),
+                            ("http", "http"),
+                            ("https", "https"),
+                            ("image", "image"),
+                            ("image_aspect_ratio", "image_aspect_ratio"),
+                            ("import_contacts", "import_contacts"),
+                            ("import_export", "import_export"),
+                            ("important_devices", "important_devices"),
+                            ("inbox", "inbox"),
+                            ("indeterminate_check_box", "indeterminate_check_box"),
+                            ("info", "info"),
+                            ("info_outline", "info_outline"),
+                            ("input", "input"),
+                            ("insert_chart", "insert_chart"),
+                            ("insert_comment", "insert_comment"),
+                            ("insert_drive_file", "insert_drive_file"),
+                            ("insert_emoticon", "insert_emoticon"),
+                            ("insert_invitation", "insert_invitation"),
+                            ("insert_link", "insert_link"),
+                            ("insert_photo", "insert_photo"),
+                            ("invert_colors", "invert_colors"),
+                            ("invert_colors_off", "invert_colors_off"),
+                            ("iso", "iso"),
+                            ("keyboard", "keyboard"),
+                            ("keyboard_arrow_down", "keyboard_arrow_down"),
+                            ("keyboard_arrow_left", "keyboard_arrow_left"),
+                            ("keyboard_arrow_right", "keyboard_arrow_right"),
+                            ("keyboard_arrow_up", "keyboard_arrow_up"),
+                            ("keyboard_backspace", "keyboard_backspace"),
+                            ("keyboard_capslock", "keyboard_capslock"),
+                            ("keyboard_hide", "keyboard_hide"),
+                            ("keyboard_return", "keyboard_return"),
+                            ("keyboard_tab", "keyboard_tab"),
+                            ("keyboard_voice", "keyboard_voice"),
+                            ("kitchen", "kitchen"),
+                            ("label", "label"),
+                            ("label_outline", "label_outline"),
+                            ("landscape", "landscape"),
+                            ("language", "language"),
+                            ("laptop", "laptop"),
+                            ("laptop_chromebook", "laptop_chromebook"),
+                            ("laptop_mac", "laptop_mac"),
+                            ("laptop_windows", "laptop_windows"),
+                            ("last_page", "last_page"),
+                            ("launch", "launch"),
+                            ("layers", "layers"),
+                            ("layers_clear", "layers_clear"),
+                            ("leak_add", "leak_add"),
+                            ("leak_remove", "leak_remove"),
+                            ("lens", "lens"),
+                            ("library_add", "library_add"),
+                            ("library_books", "library_books"),
+                            ("library_music", "library_music"),
+                            ("lightbulb_outline", "lightbulb_outline"),
+                            ("line_style", "line_style"),
+                            ("line_weight", "line_weight"),
+                            ("linear_scale", "linear_scale"),
+                            ("link", "link"),
+                            ("linked_camera", "linked_camera"),
+                            ("list", "list"),
+                            ("live_help", "live_help"),
+                            ("live_tv", "live_tv"),
+                            ("local_activity", "local_activity"),
+                            ("local_airport", "local_airport"),
+                            ("local_atm", "local_atm"),
+                            ("local_bar", "local_bar"),
+                            ("local_cafe", "local_cafe"),
+                            ("local_car_wash", "local_car_wash"),
+                            ("local_convenience_store", "local_convenience_store"),
+                            ("local_dining", "local_dining"),
+                            ("local_drink", "local_drink"),
+                            ("local_florist", "local_florist"),
+                            ("local_gas_station", "local_gas_station"),
+                            ("local_grocery_store", "local_grocery_store"),
+                            ("local_hospital", "local_hospital"),
+                            ("local_hotel", "local_hotel"),
+                            ("local_laundry_service", "local_laundry_service"),
+                            ("local_library", "local_library"),
+                            ("local_mall", "local_mall"),
+                            ("local_movies", "local_movies"),
+                            ("local_offer", "local_offer"),
+                            ("local_parking", "local_parking"),
+                            ("local_pharmacy", "local_pharmacy"),
+                            ("local_phone", "local_phone"),
+                            ("local_pizza", "local_pizza"),
+                            ("local_play", "local_play"),
+                            ("local_post_office", "local_post_office"),
+                            ("local_printshop", "local_printshop"),
+                            ("local_see", "local_see"),
+                            ("local_shipping", "local_shipping"),
+                            ("local_taxi", "local_taxi"),
+                            ("location_city", "location_city"),
+                            ("location_disabled", "location_disabled"),
+                            ("location_off", "location_off"),
+                            ("location_on", "location_on"),
+                            ("location_searching", "location_searching"),
+                            ("lock", "lock"),
+                            ("lock_open", "lock_open"),
+                            ("lock_outline", "lock_outline"),
+                            ("looks", "looks"),
+                            ("looks_3", "looks_3"),
+                            ("looks_4", "looks_4"),
+                            ("looks_5", "looks_5"),
+                            ("looks_6", "looks_6"),
+                            ("looks_one", "looks_one"),
+                            ("looks_two", "looks_two"),
+                            ("loop", "loop"),
+                            ("loupe", "loupe"),
+                            ("low_priority", "low_priority"),
+                            ("loyalty", "loyalty"),
+                            ("mail", "mail"),
+                            ("mail_outline", "mail_outline"),
+                            ("map", "map"),
+                            ("markunread", "markunread"),
+                            ("markunread_mailbox", "markunread_mailbox"),
+                            ("memory", "memory"),
+                            ("menu", "menu"),
+                            ("merge_type", "merge_type"),
+                            ("message", "message"),
+                            ("mic", "mic"),
+                            ("mic_none", "mic_none"),
+                            ("mic_off", "mic_off"),
+                            ("mms", "mms"),
+                            ("mode_comment", "mode_comment"),
+                            ("mode_edit", "mode_edit"),
+                            ("monetization_on", "monetization_on"),
+                            ("money_off", "money_off"),
+                            ("monochrome_photos", "monochrome_photos"),
+                            ("mood", "mood"),
+                            ("mood_bad", "mood_bad"),
+                            ("more", "more"),
+                            ("more_horiz", "more_horiz"),
+                            ("more_vert", "more_vert"),
+                            ("motorcycle", "motorcycle"),
+                            ("mouse", "mouse"),
+                            ("move_to_inbox", "move_to_inbox"),
+                            ("movie", "movie"),
+                            ("movie_creation", "movie_creation"),
+                            ("movie_filter", "movie_filter"),
+                            ("multiline_chart", "multiline_chart"),
+                            ("music_note", "music_note"),
+                            ("music_video", "music_video"),
+                            ("my_location", "my_location"),
+                            ("nature", "nature"),
+                            ("nature_people", "nature_people"),
+                            ("navigate_before", "navigate_before"),
+                            ("navigate_next", "navigate_next"),
+                            ("navigation", "navigation"),
+                            ("near_me", "near_me"),
+                            ("network_cell", "network_cell"),
+                            ("network_check", "network_check"),
+                            ("network_locked", "network_locked"),
+                            ("network_wifi", "network_wifi"),
+                            ("new_releases", "new_releases"),
+                            ("next_week", "next_week"),
+                            ("nfc", "nfc"),
+                            ("no_encryption", "no_encryption"),
+                            ("no_sim", "no_sim"),
+                            ("not_interested", "not_interested"),
+                            ("note", "note"),
+                            ("note_add", "note_add"),
+                            ("notifications", "notifications"),
+                            ("notifications_active", "notifications_active"),
+                            ("notifications_none", "notifications_none"),
+                            ("notifications_off", "notifications_off"),
+                            ("notifications_paused", "notifications_paused"),
+                            ("offline_pin", "offline_pin"),
+                            ("ondemand_video", "ondemand_video"),
+                            ("opacity", "opacity"),
+                            ("open_in_browser", "open_in_browser"),
+                            ("open_in_new", "open_in_new"),
+                            ("open_with", "open_with"),
+                            ("pages", "pages"),
+                            ("pageview", "pageview"),
+                            ("palette", "palette"),
+                            ("pan_tool", "pan_tool"),
+                            ("panorama", "panorama"),
+                            ("panorama_fish_eye", "panorama_fish_eye"),
+                            ("panorama_horizontal", "panorama_horizontal"),
+                            ("panorama_vertical", "panorama_vertical"),
+                            ("panorama_wide_angle", "panorama_wide_angle"),
+                            ("party_mode", "party_mode"),
+                            ("pause", "pause"),
+                            ("pause_circle_filled", "pause_circle_filled"),
+                            ("pause_circle_outline", "pause_circle_outline"),
+                            ("payment", "payment"),
+                            ("people", "people"),
+                            ("people_outline", "people_outline"),
+                            ("perm_camera_mic", "perm_camera_mic"),
+                            ("perm_contact_calendar", "perm_contact_calendar"),
+                            ("perm_data_setting", "perm_data_setting"),
+                            ("perm_device_information", "perm_device_information"),
+                            ("perm_identity", "perm_identity"),
+                            ("perm_media", "perm_media"),
+                            ("perm_phone_msg", "perm_phone_msg"),
+                            ("perm_scan_wifi", "perm_scan_wifi"),
+                            ("person", "person"),
+                            ("person_add", "person_add"),
+                            ("person_outline", "person_outline"),
+                            ("person_pin", "person_pin"),
+                            ("person_pin_circle", "person_pin_circle"),
+                            ("personal_video", "personal_video"),
+                            ("pets", "pets"),
+                            ("phone", "phone"),
+                            ("phone_android", "phone_android"),
+                            ("phone_bluetooth_speaker", "phone_bluetooth_speaker"),
+                            ("phone_forwarded", "phone_forwarded"),
+                            ("phone_in_talk", "phone_in_talk"),
+                            ("phone_iphone", "phone_iphone"),
+                            ("phone_locked", "phone_locked"),
+                            ("phone_missed", "phone_missed"),
+                            ("phone_paused", "phone_paused"),
+                            ("phonelink", "phonelink"),
+                            ("phonelink_erase", "phonelink_erase"),
+                            ("phonelink_lock", "phonelink_lock"),
+                            ("phonelink_off", "phonelink_off"),
+                            ("phonelink_ring", "phonelink_ring"),
+                            ("phonelink_setup", "phonelink_setup"),
+                            ("photo", "photo"),
+                            ("photo_album", "photo_album"),
+                            ("photo_camera", "photo_camera"),
+                            ("photo_filter", "photo_filter"),
+                            ("photo_library", "photo_library"),
+                            ("photo_size_select_actual", "photo_size_select_actual"),
+                            ("photo_size_select_large", "photo_size_select_large"),
+                            ("photo_size_select_small", "photo_size_select_small"),
+                            ("picture_as_pdf", "picture_as_pdf"),
+                            ("picture_in_picture", "picture_in_picture"),
+                            ("picture_in_picture_alt", "picture_in_picture_alt"),
+                            ("pie_chart", "pie_chart"),
+                            ("pie_chart_outlined", "pie_chart_outlined"),
+                            ("pin_drop", "pin_drop"),
+                            ("place", "place"),
+                            ("play_arrow", "play_arrow"),
+                            ("play_circle_filled", "play_circle_filled"),
+                            ("play_circle_outline", "play_circle_outline"),
+                            ("play_for_work", "play_for_work"),
+                            ("playlist_add", "playlist_add"),
+                            ("playlist_add_check", "playlist_add_check"),
+                            ("playlist_play", "playlist_play"),
+                            ("plus_one", "plus_one"),
+                            ("poll", "poll"),
+                            ("polymer", "polymer"),
+                            ("pool", "pool"),
+                            ("portable_wifi_off", "portable_wifi_off"),
+                            ("portrait", "portrait"),
+                            ("power", "power"),
+                            ("power_input", "power_input"),
+                            ("power_settings_new", "power_settings_new"),
+                            ("pregnant_woman", "pregnant_woman"),
+                            ("present_to_all", "present_to_all"),
+                            ("print", "print"),
+                            ("priority_high", "priority_high"),
+                            ("public", "public"),
+                            ("publish", "publish"),
+                            ("query_builder", "query_builder"),
+                            ("question_answer", "question_answer"),
+                            ("queue", "queue"),
+                            ("queue_music", "queue_music"),
+                            ("queue_play_next", "queue_play_next"),
+                            ("radio", "radio"),
+                            ("radio_button_checked", "radio_button_checked"),
+                            ("radio_button_unchecked", "radio_button_unchecked"),
+                            ("rate_review", "rate_review"),
+                            ("receipt", "receipt"),
+                            ("recent_actors", "recent_actors"),
+                            ("record_voice_over", "record_voice_over"),
+                            ("redeem", "redeem"),
+                            ("redo", "redo"),
+                            ("refresh", "refresh"),
+                            ("remove", "remove"),
+                            ("remove_circle", "remove_circle"),
+                            ("remove_circle_outline", "remove_circle_outline"),
+                            ("remove_from_queue", "remove_from_queue"),
+                            ("remove_red_eye", "remove_red_eye"),
+                            ("remove_shopping_cart", "remove_shopping_cart"),
+                            ("reorder", "reorder"),
+                            ("repeat", "repeat"),
+                            ("repeat_one", "repeat_one"),
+                            ("replay", "replay"),
+                            ("replay_10", "replay_10"),
+                            ("replay_30", "replay_30"),
+                            ("replay_5", "replay_5"),
+                            ("reply", "reply"),
+                            ("reply_all", "reply_all"),
+                            ("report", "report"),
+                            ("report_problem", "report_problem"),
+                            ("restaurant", "restaurant"),
+                            ("restaurant_menu", "restaurant_menu"),
+                            ("restore", "restore"),
+                            ("restore_page", "restore_page"),
+                            ("ring_volume", "ring_volume"),
+                            ("room", "room"),
+                            ("room_service", "room_service"),
+                            ("rotate_90_degrees_ccw", "rotate_90_degrees_ccw"),
+                            ("rotate_left", "rotate_left"),
+                            ("rotate_right", "rotate_right"),
+                            ("rounded_corner", "rounded_corner"),
+                            ("router", "router"),
+                            ("rowing", "rowing"),
+                            ("rss_feed", "rss_feed"),
+                            ("rv_hookup", "rv_hookup"),
+                            ("satellite", "satellite"),
+                            ("save", "save"),
+                            ("scanner", "scanner"),
+                            ("schedule", "schedule"),
+                            ("school", "school"),
+                            ("screen_lock_landscape", "screen_lock_landscape"),
+                            ("screen_lock_portrait", "screen_lock_portrait"),
+                            ("screen_lock_rotation", "screen_lock_rotation"),
+                            ("screen_rotation", "screen_rotation"),
+                            ("screen_share", "screen_share"),
+                            ("sd_card", "sd_card"),
+                            ("sd_storage", "sd_storage"),
+                            ("search", "search"),
+                            ("security", "security"),
+                            ("select_all", "select_all"),
+                            ("send", "send"),
+                            ("sentiment_dissatisfied", "sentiment_dissatisfied"),
+                            ("sentiment_neutral", "sentiment_neutral"),
+                            ("sentiment_satisfied", "sentiment_satisfied"),
+                            (
+                                "sentiment_very_dissatisfied",
+                                "sentiment_very_dissatisfied",
+                            ),
+                            ("sentiment_very_satisfied", "sentiment_very_satisfied"),
+                            ("settings", "settings"),
+                            ("settings_applications", "settings_applications"),
+                            ("settings_backup_restore", "settings_backup_restore"),
+                            ("settings_bluetooth", "settings_bluetooth"),
+                            ("settings_brightness", "settings_brightness"),
+                            ("settings_cell", "settings_cell"),
+                            ("settings_ethernet", "settings_ethernet"),
+                            ("settings_input_antenna", "settings_input_antenna"),
+                            ("settings_input_component", "settings_input_component"),
+                            ("settings_input_composite", "settings_input_composite"),
+                            ("settings_input_hdmi", "settings_input_hdmi"),
+                            ("settings_input_svideo", "settings_input_svideo"),
+                            ("settings_overscan", "settings_overscan"),
+                            ("settings_phone", "settings_phone"),
+                            ("settings_power", "settings_power"),
+                            ("settings_remote", "settings_remote"),
+                            ("settings_system_daydream", "settings_system_daydream"),
+                            ("settings_voice", "settings_voice"),
+                            ("share", "share"),
+                            ("shop", "shop"),
+                            ("shop_two", "shop_two"),
+                            ("shopping_basket", "shopping_basket"),
+                            ("shopping_cart", "shopping_cart"),
+                            ("short_text", "short_text"),
+                            ("show_chart", "show_chart"),
+                            ("shuffle", "shuffle"),
+                            ("signal_cellular_4_bar", "signal_cellular_4_bar"),
+                            (
+                                "signal_cellular_connected_no_internet_4_bar",
+                                "signal_cellular_connected_no_internet_4_bar",
+                            ),
+                            ("signal_cellular_no_sim", "signal_cellular_no_sim"),
+                            ("signal_cellular_null", "signal_cellular_null"),
+                            ("signal_cellular_off", "signal_cellular_off"),
+                            ("signal_wifi_4_bar", "signal_wifi_4_bar"),
+                            ("signal_wifi_4_bar_lock", "signal_wifi_4_bar_lock"),
+                            ("signal_wifi_off", "signal_wifi_off"),
+                            ("sim_card", "sim_card"),
+                            ("sim_card_alert", "sim_card_alert"),
+                            ("skip_next", "skip_next"),
+                            ("skip_previous", "skip_previous"),
+                            ("slideshow", "slideshow"),
+                            ("slow_motion_video", "slow_motion_video"),
+                            ("smartphone", "smartphone"),
+                            ("smoke_free", "smoke_free"),
+                            ("smoking_rooms", "smoking_rooms"),
+                            ("sms", "sms"),
+                            ("sms_failed", "sms_failed"),
+                            ("snooze", "snooze"),
+                            ("sort", "sort"),
+                            ("sort_by_alpha", "sort_by_alpha"),
+                            ("spa", "spa"),
+                            ("space_bar", "space_bar"),
+                            ("speaker", "speaker"),
+                            ("speaker_group", "speaker_group"),
+                            ("speaker_notes", "speaker_notes"),
+                            ("speaker_notes_off", "speaker_notes_off"),
+                            ("speaker_phone", "speaker_phone"),
+                            ("spellcheck", "spellcheck"),
+                            ("star", "star"),
+                            ("star_border", "star_border"),
+                            ("star_half", "star_half"),
+                            ("stars", "stars"),
+                            ("stay_current_landscape", "stay_current_landscape"),
+                            ("stay_current_portrait", "stay_current_portrait"),
+                            ("stay_primary_landscape", "stay_primary_landscape"),
+                            ("stay_primary_portrait", "stay_primary_portrait"),
+                            ("stop", "stop"),
+                            ("stop_screen_share", "stop_screen_share"),
+                            ("storage", "storage"),
+                            ("store", "store"),
+                            ("store_mall_directory", "store_mall_directory"),
+                            ("straighten", "straighten"),
+                            ("streetview", "streetview"),
+                            ("strikethrough_s", "strikethrough_s"),
+                            ("style", "style"),
+                            ("subdirectory_arrow_left", "subdirectory_arrow_left"),
+                            ("subdirectory_arrow_right", "subdirectory_arrow_right"),
+                            ("subject", "subject"),
+                            ("subscriptions", "subscriptions"),
+                            ("subtitles", "subtitles"),
+                            ("subway", "subway"),
+                            ("supervisor_account", "supervisor_account"),
+                            ("surround_sound", "surround_sound"),
+                            ("swap_calls", "swap_calls"),
+                            ("swap_horiz", "swap_horiz"),
+                            ("swap_vert", "swap_vert"),
+                            ("swap_vertical_circle", "swap_vertical_circle"),
+                            ("switch_camera", "switch_camera"),
+                            ("switch_video", "switch_video"),
+                            ("sync", "sync"),
+                            ("sync_disabled", "sync_disabled"),
+                            ("sync_problem", "sync_problem"),
+                            ("system_update", "system_update"),
+                            ("system_update_alt", "system_update_alt"),
+                            ("tab", "tab"),
+                            ("tab_unselected", "tab_unselected"),
+                            ("tablet", "tablet"),
+                            ("tablet_android", "tablet_android"),
+                            ("tablet_mac", "tablet_mac"),
+                            ("tag_faces", "tag_faces"),
+                            ("tap_and_play", "tap_and_play"),
+                            ("terrain", "terrain"),
+                            ("text_fields", "text_fields"),
+                            ("text_format", "text_format"),
+                            ("textsms", "textsms"),
+                            ("texture", "texture"),
+                            ("theaters", "theaters"),
+                            ("thumb_down", "thumb_down"),
+                            ("thumb_up", "thumb_up"),
+                            ("thumbs_up_down", "thumbs_up_down"),
+                            ("time_to_leave", "time_to_leave"),
+                            ("timelapse", "timelapse"),
+                            ("timeline", "timeline"),
+                            ("timer", "timer"),
+                            ("timer_10", "timer_10"),
+                            ("timer_3", "timer_3"),
+                            ("timer_off", "timer_off"),
+                            ("title", "title"),
+                            ("toc", "toc"),
+                            ("today", "today"),
+                            ("toll", "toll"),
+                            ("tonality", "tonality"),
+                            ("touch_app", "touch_app"),
+                            ("toys", "toys"),
+                            ("track_changes", "track_changes"),
+                            ("traffic", "traffic"),
+                            ("train", "train"),
+                            ("tram", "tram"),
+                            ("transfer_within_a_station", "transfer_within_a_station"),
+                            ("transform", "transform"),
+                            ("translate", "translate"),
+                            ("trending_down", "trending_down"),
+                            ("trending_flat", "trending_flat"),
+                            ("trending_up", "trending_up"),
+                            ("tune", "tune"),
+                            ("turned_in", "turned_in"),
+                            ("turned_in_not", "turned_in_not"),
+                            ("tv", "tv"),
+                            ("unarchive", "unarchive"),
+                            ("undo", "undo"),
+                            ("unfold_less", "unfold_less"),
+                            ("unfold_more", "unfold_more"),
+                            ("update", "update"),
+                            ("usb", "usb"),
+                            ("verified_user", "verified_user"),
+                            ("vertical_align_bottom", "vertical_align_bottom"),
+                            ("vertical_align_center", "vertical_align_center"),
+                            ("vertical_align_top", "vertical_align_top"),
+                            ("vibration", "vibration"),
+                            ("video_call", "video_call"),
+                            ("video_label", "video_label"),
+                            ("video_library", "video_library"),
+                            ("videocam", "videocam"),
+                            ("videocam_off", "videocam_off"),
+                            ("videogame_asset", "videogame_asset"),
+                            ("view_agenda", "view_agenda"),
+                            ("view_array", "view_array"),
+                            ("view_carousel", "view_carousel"),
+                            ("view_column", "view_column"),
+                            ("view_comfy", "view_comfy"),
+                            ("view_compact", "view_compact"),
+                            ("view_day", "view_day"),
+                            ("view_headline", "view_headline"),
+                            ("view_list", "view_list"),
+                            ("view_module", "view_module"),
+                            ("view_quilt", "view_quilt"),
+                            ("view_stream", "view_stream"),
+                            ("view_week", "view_week"),
+                            ("vignette", "vignette"),
+                            ("visibility", "visibility"),
+                            ("visibility_off", "visibility_off"),
+                            ("voice_chat", "voice_chat"),
+                            ("voicemail", "voicemail"),
+                            ("volume_down", "volume_down"),
+                            ("volume_mute", "volume_mute"),
+                            ("volume_off", "volume_off"),
+                            ("volume_up", "volume_up"),
+                            ("vpn_key", "vpn_key"),
+                            ("vpn_lock", "vpn_lock"),
+                            ("wallpaper", "wallpaper"),
+                            ("warning", "warning"),
+                            ("watch", "watch"),
+                            ("watch_later", "watch_later"),
+                            ("wb_auto", "wb_auto"),
+                            ("wb_cloudy", "wb_cloudy"),
+                            ("wb_incandescent", "wb_incandescent"),
+                            ("wb_iridescent", "wb_iridescent"),
+                            ("wb_sunny", "wb_sunny"),
+                            ("wc", "wc"),
+                            ("web", "web"),
+                            ("web_asset", "web_asset"),
+                            ("weekend", "weekend"),
+                            ("whatshot", "whatshot"),
+                            ("widgets", "widgets"),
+                            ("wifi", "wifi"),
+                            ("wifi_lock", "wifi_lock"),
+                            ("wifi_tethering", "wifi_tethering"),
+                            ("work", "work"),
+                            ("wrap_text", "wrap_text"),
+                            ("youtube_searched_for", "youtube_searched_for"),
+                            ("zoom_in", "zoom_in"),
+                            ("zoom_out", "zoom_out"),
+                            ("zoom_out_map", "zoom_out_map"),
+                        ],
+                        default="question_answer",
+                        max_length=50,
+                        verbose_name="Icon",
+                    ),
+                ),
+                ("show", models.BooleanField(default=False, verbose_name="Show")),
+                ("answer_text", ckeditor.fields.RichTextField(verbose_name="Answer")),
+                (
+                    "section",
+                    models.ForeignKey(
+                        blank=True,
+                        on_delete=django.db.models.deletion.CASCADE,
+                        related_name="questions",
+                        to="hjelp.FAQSection",
+                        verbose_name="FAQ Section",
+                    ),
+                ),
+                (
+                    "site",
+                    models.ForeignKey(
+                        default=1,
+                        editable=False,
+                        on_delete=django.db.models.deletion.CASCADE,
+                        to="sites.Site",
+                    ),
+                ),
             ],
             options={
-                'verbose_name': 'FAQ question',
-                'verbose_name_plural': 'FAQ questions',
+                "verbose_name": "FAQ question",
+                "verbose_name_plural": "FAQ questions",
             },
-            managers=[
-                ('objects', django.contrib.sites.managers.CurrentSiteManager()),
-            ],
+            managers=[("objects", django.contrib.sites.managers.CurrentSiteManager()),],
         ),
     ]
diff --git a/aleksis/apps/hjelp/rules.py b/aleksis/apps/hjelp/rules.py
index 6c5eab7de43373c49ef7c48edb1143be67f8c676..f0db3ba5a0999178d2e30261cf0d9ea708bbcdc7 100644
--- a/aleksis/apps/hjelp/rules.py
+++ b/aleksis/apps/hjelp/rules.py
@@ -1,19 +1,15 @@
 from rules import add_perm
 
-from aleksis.core.util.predicates import (
-    has_global_perm,
-    has_person,
-    is_site_preference_set,
-)
+from aleksis.core.util.predicates import has_global_perm, has_person, is_site_preference_set
 
 # Show Hjelp menu
 show_hjelp_menu = is_site_preference_set("hjelp", "public_faq") | (
-    has_person &
-    (
-        has_global_perm("hjelp.view_faq") |
-        has_global_perm("hjelp.ask_faq") |
-        has_global_perm("hjelp.report_issue") |
-        has_global_perm("hjelp.send_feedback")
+    has_person
+    & (
+        has_global_perm("hjelp.view_faq")
+        | has_global_perm("hjelp.ask_faq")
+        | has_global_perm("hjelp.report_issue")
+        | has_global_perm("hjelp.send_feedback")
     )
 )
 add_perm("hjelp.show_menu", show_hjelp_menu)
diff --git a/aleksis/apps/hjelp/views.py b/aleksis/apps/hjelp/views.py
index 39e5cbfae0d78f9fd24b5328cdbcdf2bbf13ee66..d95a103ee040561a9f97bc94342cbec6046273ca 100644
--- a/aleksis/apps/hjelp/views.py
+++ b/aleksis/apps/hjelp/views.py
@@ -104,10 +104,14 @@ def report_issue(request):
 
             # Send mail
             context = {
-                "categories": add_arrows([category_1, category_2, category_3, free_text, ]),
-                "categories_single":
-                    (element for element in [category_1, category_2, category_3, free_text, ]
-                     if element and element != "None"),
+                "categories": add_arrows(
+                    [category_1, category_2, category_3, free_text,]
+                ),
+                "categories_single": (
+                    element
+                    for element in [category_1, category_2, category_3, free_text,]
+                    if element and element != "None"
+                ),
                 "short_description": short_description,
                 "long_description": long_description,
                 "user": request.user,
diff --git a/poetry.lock b/poetry.lock
index bce4520bc1f4798b667041b0064b41c11c7256fa..34b4eedecf5d9b288b42966c206fce95e23197ad 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -7,78 +7,76 @@ optional = false
 python-versions = "*"
 
 [[package]]
-name = "aleksis"
-version = "2.0a3.dev0"
+name = "aleksis-core"
+version = "2.0a3.dev0+20201114132749.88d92354"
 description = "AlekSIS (School Information System) — Core"
 category = "main"
 optional = false
-python-versions = "^3.7"
-develop = false
-
-[package.dependencies]
-calendarweek = "^0.4.3"
-celery-progress = "^0.0.12"
-colour = "^0.1.5"
-Django = "^3.0"
-django-any-js = "^1.0"
-django-bleach = "^0.6.1"
-django-cache-memoize = "^0.1.6"
-django-ckeditor = "^6.0.0"
-django-colorfield = "^0.3.0"
-django-dbbackup = "^3.3.0"
-django-debug-toolbar = "^2.0"
-django-dynamic-preferences = "^1.9"
-django-easy-audit = "^1.2rc1"
-django-favicon-plus-reloaded = "^1.0.4"
-django-filter = "^2.2.0"
-django-guardian = "^2.2.0"
-django-hattori = "^0.2"
+python-versions = ">=3.7,<4.0"
+
+[package.dependencies]
+calendarweek = ">=0.4.3,<0.5.0"
+celery-progress = ">=0.0.12,<0.0.13"
+colour = ">=0.1.5,<0.2.0"
+Django = ">=3.0,<4.0"
+django-any-js = ">=1.0,<2.0"
+django-bleach = ">=0.6.1,<0.7.0"
+django-cache-memoize = ">=0.1.6,<0.2.0"
+django-ckeditor = ">=6.0.0,<7.0.0"
+django-colorfield = ">=0.3.0,<0.4.0"
+django-dbbackup = ">=3.3.0,<4.0.0"
+django-debug-toolbar = ">=2.0,<3.0"
+django-dynamic-preferences = ">=1.9,<2.0"
+django-easy-audit = ">=1.2rc1,<2.0"
+django-favicon-plus-reloaded = ">=1.0.4,<2.0.0"
+django-filter = ">=2.2.0,<3.0.0"
+django-guardian = ">=2.2.0,<3.0.0"
+django-hattori = ">=0.2,<0.3"
 django-haystack = "3.0b1"
-django-health-check = "^3.12.1"
-django-image-cropping = "^1.2"
-django-impersonate = "^1.4"
-django-ipware = "^3.0"
-django-js-reverse = "^0.9.1"
-django-jsonstore = "^0.4.1"
-django-maintenance-mode = "^0.15.0"
-django-material = "^1.6.0"
-django-menu-generator = "^1.0.4"
-django-middleware-global-request = "^0.1.2"
+django-health-check = ">=3.12.1,<4.0.0"
+django-image-cropping = ">=1.2,<2.0"
+django-impersonate = ">=1.4,<2.0"
+django-ipware = ">=3.0,<4.0"
+django-js-reverse = ">=0.9.1,<0.10.0"
+django-jsonstore = ">=0.4.1,<0.5.0"
+django-maintenance-mode = ">=0.15.0,<0.16.0"
+django-material = ">=1.6.0,<2.0.0"
+django-menu-generator = ">=1.0.4,<2.0.0"
+django-middleware-global-request = ">=0.1.2,<0.2.0"
 django-phonenumber-field = {version = "<5.1", extras = ["phonenumbers"]}
-django-polymorphic = "^3.0.0"
-django-prometheus = "^2.1.0"
-django-pwa = "^1.0.8"
-django-reversion = "^3.0.7"
-django-sass-processor = "^0.8"
-django_select2 = "^7.1"
-django-settings-context-processor = "^0.2"
-django-tables2 = "^2.1"
-django-templated-email = "^2.3.0"
-django-two-factor-auth = {version = "^1.12.1", extras = ["call", "phonenumbers", "sms", "yubikey"]}
-django_widget_tweaks = "^1.4.5"
-django-yarnpkg = "^6.0"
-dynaconf = {version = "^3.1", extras = ["ini", "toml", "yaml"]}
-easy-thumbnails = "^2.6"
-html2text = "^2020.0.0"
-libsass = "^0.20.0"
-license-expression = "^1.2"
-Pillow = "^7.0"
-psutil = "^5.7.0"
-psycopg2 = "^2.8"
-python-memcached = "^1.59"
-requests = "^2.22"
-rules = "^2.2"
-spdx-license-list = "^0.5.0"
+django-polymorphic = ">=3.0.0,<4.0.0"
+django-prometheus = ">=2.1.0,<3.0.0"
+django-pwa = ">=1.0.8,<2.0.0"
+django-reversion = ">=3.0.7,<4.0.0"
+django-sass-processor = ">=0.8,<0.9"
+django_select2 = ">=7.1,<8.0"
+django-settings-context-processor = ">=0.2,<0.3"
+django-tables2 = ">=2.1,<3.0"
+django-templated-email = ">=2.3.0,<3.0.0"
+django-two-factor-auth = {version = ">=1.12.1,<2.0.0", extras = ["call", "phonenumbers", "sms", "yubikey"]}
+django_widget_tweaks = ">=1.4.5,<2.0.0"
+django-yarnpkg = ">=6.0,<7.0"
+dynaconf = {version = ">=3.1,<4.0", extras = ["ini", "toml", "yaml"]}
+easy-thumbnails = ">=2.6,<3.0"
+html2text = ">=2020.0.0,<2021.0.0"
+libsass = ">=0.20.0,<0.21.0"
+license-expression = ">=1.2,<2.0"
+Pillow = ">=7.0,<8.0"
+psutil = ">=5.7.0,<6.0.0"
+psycopg2 = ">=2.8,<3.0"
+python-memcached = ">=1.59,<2.0"
+requests = ">=2.22,<3.0"
+rules = ">=2.2,<3.0"
+spdx-license-list = ">=0.5.0,<0.6.0"
 
 [package.extras]
+celery = ["Celery[django,redis] (>=4.4.0,<5.0.0)", "celery-haystack (>=0.10.0,<0.11.0)", "django-celery-beat (>=2.0.0,<3.0.0)", "django-celery-email (>=3.0.0,<4.0.0)", "django-celery-results (>=1.1.2,<2.0.0)"]
 ldap = ["django-auth-ldap (>=2.2,<3.0)"]
-celery = ["Celery[django,redis] (>=4.4.0,<5.0.0)", "django-celery-results (>=1.1.2,<2.0.0)", "django-celery-beat (>=2.0.0,<3.0.0)", "django-celery-email (>=3.0.0,<4.0.0)", "celery-haystack (>=0.10.0,<0.11.0)"]
 
 [package.source]
-type = "git"
-url = "https://edugit.org/AlekSIS/official/AlekSIS"
-reference = "master"
-resolved_reference = "de298e65616f2e0a764589334907d9cfc35bece1"
+type = "legacy"
+url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
+reference = "gitlab"
 
 [[package]]
 name = "appdirs"
@@ -870,8 +868,8 @@ optional = false
 python-versions = "*"
 
 [package.dependencies]
-configobj = {version = "*", optional = true, markers = "extra == \"ini\""}
-"ruamel.yaml" = {version = "*", optional = true, markers = "extra == \"yaml\""}
+configobj = {version = "*", optional = true, markers = "extra == \"all\""}
+"ruamel.yaml" = {version = "*", optional = true, markers = "extra == \"all\""}
 toml = {version = "*", optional = true, markers = "extra == \"toml\""}
 
 [package.extras]
@@ -1251,7 +1249,7 @@ scramp = "1.2.0"
 
 [[package]]
 name = "phonenumbers"
-version = "8.12.12"
+version = "8.12.13"
 description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
 category = "main"
 optional = false
@@ -1401,7 +1399,7 @@ py = ">=1.8.2"
 toml = "*"
 
 [package.extras]
-checkqa_mypy = ["mypy (==0.780)"]
+checkqa_mypy = ["mypy (0.780)"]
 testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
 
 [[package]]
@@ -1417,7 +1415,7 @@ coverage = ">=4.4"
 pytest = ">=4.6"
 
 [package.extras]
-testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", "virtualenv"]
+testing = ["fields", "hunter", "process-tests (2.0.2)", "six", "pytest-xdist", "virtualenv"]
 
 [[package]]
 name = "pytest-django"
@@ -1517,7 +1515,7 @@ test = ["pytest", "pytest-cov", "mock"]
 
 [[package]]
 name = "regex"
-version = "2020.11.11"
+version = "2020.11.13"
 description = "Alternative regular expression module, to replace re."
 category = "dev"
 optional = false
@@ -1539,7 +1537,7 @@ urllib3 = ">=1.21.1,<1.27"
 
 [package.extras]
 security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
-socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
+socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
 
 [[package]]
 name = "restructuredtext-lint"
@@ -1658,7 +1656,7 @@ python-versions = "*"
 
 [[package]]
 name = "sphinx"
-version = "3.3.0"
+version = "3.3.1"
 description = "Python documentation generator"
 category = "dev"
 optional = false
@@ -1907,7 +1905,7 @@ python-versions = "*"
 
 [[package]]
 name = "urllib3"
-version = "1.26.1"
+version = "1.26.2"
 description = "HTTP library with thread-safe connection pooling, file post, and more."
 category = "main"
 optional = false
@@ -1916,7 +1914,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
 [package.extras]
 brotli = ["brotlipy (>=0.6.0)"]
 secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
-socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
+socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
 
 [[package]]
 name = "webencodings"
@@ -1947,19 +1945,24 @@ python-versions = ">=3.6"
 
 [package.extras]
 docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
-testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "jaraco.test (>=3.2.0)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
+testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "jaraco.test (>=3.2.0)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
 
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.7"
-content-hash = "c833fc902f5a136b35122c5e2a4801d0fdb636386e0d8dbb5d329dabbdf1285b"
+content-hash = "9c744a9cba8b8caf85becb843e13123ff09dd39fbbede758951d6134a2a58f55"
 
 [metadata.files]
 alabaster = [
     {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
     {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"},
 ]
-aleksis = []
+aleksis-core = [
+    {file = "AlekSIS-Core-2.0a3.dev0+20201114132749.88d92354.tar.gz", hash = "sha256:be16d8b6478029ec86cc92389a5f679be85112cb20d18996c8ae95adf86690ba"},
+    {file = "AlekSIS-Core-2.0a3.dev0+20201114154746.9129dcd7.tar.gz", hash = "sha256:89bf9908411953eb337cc40b702f00394d4ff137fcd5160c538608c0a867a294"},
+    {file = "AlekSIS_Core-2.0a3.dev0+20201114132749.88d92354-py3-none-any.whl", hash = "sha256:180477173a1e23f9ca42b6b79383b556dbd97868e3f3079c8b090466aeba256c"},
+    {file = "AlekSIS_Core-2.0a3.dev0+20201114154746.9129dcd7-py3-none-any.whl", hash = "sha256:a60b456a300f1fa7786567cb0b948690422c95492a0cec936a0b99d6109afed5"},
+]
 appdirs = [
     {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
     {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
@@ -2439,8 +2442,8 @@ pg8000 = [
     {file = "pg8000-1.16.6.tar.gz", hash = "sha256:8fc1e6a62ccb7c9830f1e7e9288e2d20eaf373cc8875b5c55b7d5d9b7717be91"},
 ]
 phonenumbers = [
-    {file = "phonenumbers-8.12.12-py2.py3-none-any.whl", hash = "sha256:23944f9e628f32a975d3b221b6d76e6ba8ae618d53cb3d82fc23d9e100a59b29"},
-    {file = "phonenumbers-8.12.12.tar.gz", hash = "sha256:70aa98a50ba7bc7f6bf17851f806c927107e7c44e7d21eb46bdbec07b99d23ae"},
+    {file = "phonenumbers-8.12.13-py2.py3-none-any.whl", hash = "sha256:9de2937034deb040eb9ac56519b0887e0fe89811e57f6f5c88359e3be20ae3b5"},
+    {file = "phonenumbers-8.12.13.tar.gz", hash = "sha256:96d02120a3481e22d8a8eb5e4595ceec1930855749f6e4a06ef931881f59f562"},
 ]
 pillow = [
     {file = "Pillow-7.2.0-cp35-cp35m-macosx_10_10_intel.whl", hash = "sha256:1ca594126d3c4def54babee699c055a913efb01e106c309fa6b04405d474d5ae"},
@@ -2467,8 +2470,6 @@ pillow = [
     {file = "Pillow-7.2.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:5e51ee2b8114def244384eda1c82b10e307ad9778dac5c83fb0943775a653cd8"},
     {file = "Pillow-7.2.0-cp38-cp38-win32.whl", hash = "sha256:725aa6cfc66ce2857d585f06e9519a1cc0ef6d13f186ff3447ab6dff0a09bc7f"},
     {file = "Pillow-7.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:a060cf8aa332052df2158e5a119303965be92c3da6f2d93b6878f0ebca80b2f6"},
-    {file = "Pillow-7.2.0-pp36-pypy36_pp73-macosx_10_10_x86_64.whl", hash = "sha256:9c87ef410a58dd54b92424ffd7e28fd2ec65d2f7fc02b76f5e9b2067e355ebf6"},
-    {file = "Pillow-7.2.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl", hash = "sha256:e901964262a56d9ea3c2693df68bc9860b8bdda2b04768821e4c44ae797de117"},
     {file = "Pillow-7.2.0-pp36-pypy36_pp73-win32.whl", hash = "sha256:25930fadde8019f374400f7986e8404c8b781ce519da27792cbe46eabec00c4d"},
     {file = "Pillow-7.2.0.tar.gz", hash = "sha256:97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626"},
 ]
@@ -2520,8 +2521,6 @@ pycryptodome = [
     {file = "pycryptodome-3.9.9-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:5598dc6c9dbfe882904e54584322893eff185b98960bbe2cdaaa20e8a437b6e5"},
     {file = "pycryptodome-3.9.9-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:1cfdb92dca388e27e732caa72a1cc624520fe93752a665c3b6cd8f1a91b34916"},
     {file = "pycryptodome-3.9.9-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5f19e6ef750f677d924d9c7141f54bade3cd56695bbfd8a9ef15d0378557dfe4"},
-    {file = "pycryptodome-3.9.9-cp27-cp27m-win32.whl", hash = "sha256:a3d8a9efa213be8232c59cdc6b65600276508e375e0a119d710826248fd18d37"},
-    {file = "pycryptodome-3.9.9-cp27-cp27m-win_amd64.whl", hash = "sha256:50826b49fbca348a61529693b0031cdb782c39060fb9dca5ac5dff858159dc5a"},
     {file = "pycryptodome-3.9.9-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:19cb674df6c74a14b8b408aa30ba8a89bd1c01e23505100fb45f930fbf0ed0d9"},
     {file = "pycryptodome-3.9.9-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:28f75e58d02019a7edc7d4135203d2501dfc47256d175c72c9798f9a129a49a7"},
     {file = "pycryptodome-3.9.9-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:6d3baaf82681cfb1a842f1c8f77beac791ceedd99af911e4f5fabec32bae2259"},
@@ -2532,26 +2531,17 @@ pycryptodome = [
     {file = "pycryptodome-3.9.9-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:7798e73225a699651888489fbb1dbc565e03a509942a8ce6194bbe6fb582a41f"},
     {file = "pycryptodome-3.9.9-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:46e96aeb8a9ca8b1edf9b1fd0af4bf6afcf3f1ca7fa35529f5d60b98f3e4e959"},
     {file = "pycryptodome-3.9.9-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:843e5f10ecdf9d307032b8b91afe9da1d6ed5bb89d0bbec5c8dcb4ba44008e11"},
-    {file = "pycryptodome-3.9.9-cp36-cp36m-win32.whl", hash = "sha256:b68794fba45bdb367eeb71249c26d23e61167510a1d0c3d6cf0f2f14636e62ee"},
-    {file = "pycryptodome-3.9.9-cp36-cp36m-win_amd64.whl", hash = "sha256:60febcf5baf70c566d9d9351c47fbd8321da9a4edf2eff45c4c31c86164ca794"},
     {file = "pycryptodome-3.9.9-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:4ed27951b0a17afd287299e2206a339b5b6d12de9321e1a1575261ef9c4a851b"},
     {file = "pycryptodome-3.9.9-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:9000877383e2189dafd1b2fc68c6c726eca9a3cfb6d68148fbb72ccf651959b6"},
     {file = "pycryptodome-3.9.9-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:faa682c404c218e8788c3126c9a4b8fbcc54dc245b5b6e8ea5b46f3b63bd0c84"},
     {file = "pycryptodome-3.9.9-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:62c488a21c253dadc9f731a32f0ac61e4e436d81a1ea6f7d1d9146ed4d20d6bd"},
-    {file = "pycryptodome-3.9.9-cp37-cp37m-win32.whl", hash = "sha256:834b790bbb6bd18956f625af4004d9c15eed12d5186d8e57851454ae76d52215"},
-    {file = "pycryptodome-3.9.9-cp37-cp37m-win_amd64.whl", hash = "sha256:70d807d11d508433daf96244ec1c64e55039e8a35931fc5ea9eee94dbe3cb6b5"},
     {file = "pycryptodome-3.9.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:27397aee992af69d07502126561d851ba3845aa808f0e55c71ad0efa264dd7d4"},
     {file = "pycryptodome-3.9.9-cp38-cp38-manylinux1_i686.whl", hash = "sha256:d7ec2bd8f57c559dd24e71891c51c25266a8deb66fc5f02cc97c7fb593d1780a"},
     {file = "pycryptodome-3.9.9-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:e15bde67ccb7d4417f627dd16ffe2f5a4c2941ce5278444e884cb26d73ecbc61"},
     {file = "pycryptodome-3.9.9-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:5c3c4865730dfb0263f822b966d6d58429d8b1e560d1ddae37685fd9e7c63161"},
-    {file = "pycryptodome-3.9.9-cp38-cp38-win32.whl", hash = "sha256:76b1a34d74bb2c91bce460cdc74d1347592045627a955e9a252554481c17c52f"},
-    {file = "pycryptodome-3.9.9-cp38-cp38-win_amd64.whl", hash = "sha256:6e4227849e4231a3f5b35ea5bdedf9a82b3883500e5624f00a19156e9a9ef861"},
     {file = "pycryptodome-3.9.9-cp39-cp39-manylinux1_i686.whl", hash = "sha256:2a68df525b387201a43b27b879ce8c08948a430e883a756d6c9e3acdaa7d7bd8"},
     {file = "pycryptodome-3.9.9-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:a4599c0ca0fc027c780c1c45ed996d5bef03e571470b7b1c7171ec1e1a90914c"},
     {file = "pycryptodome-3.9.9-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:b4e6b269a8ddaede774e5c3adbef6bf452ee144e6db8a716d23694953348cd86"},
-    {file = "pycryptodome-3.9.9-cp39-cp39-win32.whl", hash = "sha256:a199e9ca46fc6e999e5f47fce342af4b56c7de85fae893c69ab6aa17531fb1e1"},
-    {file = "pycryptodome-3.9.9-cp39-cp39-win_amd64.whl", hash = "sha256:6e89bb3826e6f84501e8e3b205c22595d0c5492c2f271cbb9ee1c48eb1866645"},
-    {file = "pycryptodome-3.9.9.tar.gz", hash = "sha256:910e202a557e1131b1c1b3f17a63914d57aac55cf9fb9b51644962841c3995c4"},
 ]
 pydocstyle = [
     {file = "pydocstyle-5.1.1-py3-none-any.whl", hash = "sha256:aca749e190a01726a4fb472dd4ef23b5c9da7b9205c0a7857c06533de13fd678"},
@@ -2622,47 +2612,47 @@ qrcode = [
     {file = "qrcode-6.1.tar.gz", hash = "sha256:505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369"},
 ]
 regex = [
-    {file = "regex-2020.11.11-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:dd7bee615680d940dd44ac0a479f2bc5f73d6ca63a5915cd8d30739c14ca522c"},
-    {file = "regex-2020.11.11-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:3002ee2d4e8bbe4656237627203d8290a562d1fc1962deee470905ab63570345"},
-    {file = "regex-2020.11.11-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:064d2fc83ab4ee0055fcc1ef38ec60e505742850a40061f854ac64cb3d8d6dd3"},
-    {file = "regex-2020.11.11-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:83a390a653c13be1ab26287240df1fd9324ca8a0d31b603fa57cd7d9520648fa"},
-    {file = "regex-2020.11.11-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:412969d58ecd4f576510ec88bcb7602e9e582bbef78859ed8c9ca4de4f9e891c"},
-    {file = "regex-2020.11.11-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:ccfea4911ac28a8f744096bce1559e0bd86b09a53c8a9d5856ca8e1f5f4de1f5"},
-    {file = "regex-2020.11.11-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:cefcdb2ac3b67fd9f7244820ce1965c8cf352366199cc1358d67c6cc3c5c8bbc"},
-    {file = "regex-2020.11.11-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:9e8b3187f6beea8e56cb4b33c35049cbe376cf69aefaee5bc035309d88c98ca5"},
-    {file = "regex-2020.11.11-cp36-cp36m-win32.whl", hash = "sha256:787e44e5f4fd027dd90b5ee0240b05dc1752cb43c2903617f25baa495fe551e9"},
-    {file = "regex-2020.11.11-cp36-cp36m-win_amd64.whl", hash = "sha256:a9f76d9122359b09e38f27cd9c41729169171cf0fd73ec5b22cc4628f9e486ca"},
-    {file = "regex-2020.11.11-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6d128368def4b0cd95c0fc9d99a89ae73c083b25e67f27a410830e30f9df0edc"},
-    {file = "regex-2020.11.11-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:df50ba964812606663ca9d23d374036bc5ae3d71e86168409cdd84ca7948d8a3"},
-    {file = "regex-2020.11.11-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d1e57c16c4840f1c3543507742e99b8398609474a0e6a6925476914479de3488"},
-    {file = "regex-2020.11.11-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:6e50b3b417ab2fd67bfa6235f0df4782fe2ff8be83f0c4435e1dc43d25052ee8"},
-    {file = "regex-2020.11.11-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:bb17a7fe9c47167337009ce18cd6e6b3edf3ca0063bf6bed6ce02515129c016a"},
-    {file = "regex-2020.11.11-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:826d0119f14f9a9ce25999a13ed5922c785b50e469800f6e5a6721318650ef49"},
-    {file = "regex-2020.11.11-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:8cc3717146ce4040419639cf45455663a002a554806ddac46304acc5bd41dae2"},
-    {file = "regex-2020.11.11-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:86ad88c7c2512094a85b0a01ce053bab1e28eafb8f3868bb8c22f4903e33f147"},
-    {file = "regex-2020.11.11-cp37-cp37m-win32.whl", hash = "sha256:e03867f3baf64ecab47dfc9ddb58afc67acb6a0f80f6cf8ff9fa82962ec4d1cd"},
-    {file = "regex-2020.11.11-cp37-cp37m-win_amd64.whl", hash = "sha256:56d1e298bb6482d0466399a6383181bf2627c37ad414e205b3ce0f85aa140be7"},
-    {file = "regex-2020.11.11-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:19ac2bf0048a2f4d460ee20647e84ca160512a7ee8af844dc9207720778470f1"},
-    {file = "regex-2020.11.11-cp38-cp38-manylinux1_i686.whl", hash = "sha256:84ab584dcb5e81815040d86148805a808acb0bee303d19638fe2f9488d704bc1"},
-    {file = "regex-2020.11.11-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:4159ecf20dffea07f4a7241b2a236f90eb622c7e8caab9f43caba5f27ca37284"},
-    {file = "regex-2020.11.11-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:8060be04baec546fe3afa6975d2998e15d1b655d7255f0e6b0ed3f482cccc218"},
-    {file = "regex-2020.11.11-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:cdb98be55db1b94c950822cbc10d3d768f01e184365851ebb42cd377486ced7b"},
-    {file = "regex-2020.11.11-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:11d9100bd874ce8b2a037db9150e732cd768359fc25fe5f77973208aa24eb13e"},
-    {file = "regex-2020.11.11-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:0951c78fa4cb26d1278a4b3784fcf973fc97ec39c07483328a74b034b0cc569c"},
-    {file = "regex-2020.11.11-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:c8b1ad791debd67221fb1266f8d09730ae927acacb32d0dad9fd07a7d341a28f"},
-    {file = "regex-2020.11.11-cp38-cp38-win32.whl", hash = "sha256:beae9db1545f8116cfc9301a9601e9c975bb56ca22a38ac0fe06a72c3460f31a"},
-    {file = "regex-2020.11.11-cp38-cp38-win_amd64.whl", hash = "sha256:48e94218f06317b6d32feb4ecff8b6025695450009bcb3291fb23daf79689431"},
-    {file = "regex-2020.11.11-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c67fd5f3ad81f8301184354014e8e7510ab77e0c7e450a427d77f28ae8effbef"},
-    {file = "regex-2020.11.11-cp39-cp39-manylinux1_i686.whl", hash = "sha256:e7cdd5ee8053c82607432b7ebad37e2ece54548fef2b254f7bce6f7831904586"},
-    {file = "regex-2020.11.11-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:394b5be4fa72354a78763b317f82997ad881896dd4a860e429a6fa74afaacb07"},
-    {file = "regex-2020.11.11-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:3b46a4c73ec1f25361147a7a0fd86084f3627dc78d09bcbe14e70db12683efec"},
-    {file = "regex-2020.11.11-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:267d1b13f863e664150948ce2a9ed4927bf4ac7a068780f1ee8af83352aa17a2"},
-    {file = "regex-2020.11.11-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:68267a7a5fb0bd9676b86f967143b6a6ecefb3eed4042ecc9e7f0e014aef8f74"},
-    {file = "regex-2020.11.11-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:e899b69dd5d26655cb454835ea2fceb18832c9ee9c4fb45dc4cf8a6089d35312"},
-    {file = "regex-2020.11.11-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:396411bb5a7849aeda9c49873b8295919fdc118c50b57122b09cb2097047c118"},
-    {file = "regex-2020.11.11-cp39-cp39-win32.whl", hash = "sha256:32f8714c4bcc4b0d2aa259b1647e3c5b6cfe2e923c6c124234a5e03408224227"},
-    {file = "regex-2020.11.11-cp39-cp39-win_amd64.whl", hash = "sha256:bf02ab95ff5261ba108725dbd795bf6395eaac1b8468b41472d82d35b12b0295"},
-    {file = "regex-2020.11.11.tar.gz", hash = "sha256:0a235841237d4487329bcabcb5b902858f7967f5e684e08e968367f25b2c3d37"},
+    {file = "regex-2020.11.13-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:8b882a78c320478b12ff024e81dc7d43c1462aa4a3341c754ee65d857a521f85"},
+    {file = "regex-2020.11.13-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:a63f1a07932c9686d2d416fb295ec2c01ab246e89b4d58e5fa468089cab44b70"},
+    {file = "regex-2020.11.13-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:6e4b08c6f8daca7d8f07c8d24e4331ae7953333dbd09c648ed6ebd24db5a10ee"},
+    {file = "regex-2020.11.13-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:bba349276b126947b014e50ab3316c027cac1495992f10e5682dc677b3dfa0c5"},
+    {file = "regex-2020.11.13-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:56e01daca75eae420bce184edd8bb341c8eebb19dd3bce7266332258f9fb9dd7"},
+    {file = "regex-2020.11.13-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:6a8ce43923c518c24a2579fda49f093f1397dad5d18346211e46f134fc624e31"},
+    {file = "regex-2020.11.13-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:1ab79fcb02b930de09c76d024d279686ec5d532eb814fd0ed1e0051eb8bd2daa"},
+    {file = "regex-2020.11.13-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:9801c4c1d9ae6a70aeb2128e5b4b68c45d4f0af0d1535500884d644fa9b768c6"},
+    {file = "regex-2020.11.13-cp36-cp36m-win32.whl", hash = "sha256:49cae022fa13f09be91b2c880e58e14b6da5d10639ed45ca69b85faf039f7a4e"},
+    {file = "regex-2020.11.13-cp36-cp36m-win_amd64.whl", hash = "sha256:749078d1eb89484db5f34b4012092ad14b327944ee7f1c4f74d6279a6e4d1884"},
+    {file = "regex-2020.11.13-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b2f4007bff007c96a173e24dcda236e5e83bde4358a557f9ccf5e014439eae4b"},
+    {file = "regex-2020.11.13-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:38c8fd190db64f513fe4e1baa59fed086ae71fa45083b6936b52d34df8f86a88"},
+    {file = "regex-2020.11.13-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5862975b45d451b6db51c2e654990c1820523a5b07100fc6903e9c86575202a0"},
+    {file = "regex-2020.11.13-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:262c6825b309e6485ec2493ffc7e62a13cf13fb2a8b6d212f72bd53ad34118f1"},
+    {file = "regex-2020.11.13-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:bafb01b4688833e099d79e7efd23f99172f501a15c44f21ea2118681473fdba0"},
+    {file = "regex-2020.11.13-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:e32f5f3d1b1c663af7f9c4c1e72e6ffe9a78c03a31e149259f531e0fed826512"},
+    {file = "regex-2020.11.13-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:3bddc701bdd1efa0d5264d2649588cbfda549b2899dc8d50417e47a82e1387ba"},
+    {file = "regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:02951b7dacb123d8ea6da44fe45ddd084aa6777d4b2454fa0da61d569c6fa538"},
+    {file = "regex-2020.11.13-cp37-cp37m-win32.whl", hash = "sha256:0d08e71e70c0237883d0bef12cad5145b84c3705e9c6a588b2a9c7080e5af2a4"},
+    {file = "regex-2020.11.13-cp37-cp37m-win_amd64.whl", hash = "sha256:1fa7ee9c2a0e30405e21031d07d7ba8617bc590d391adfc2b7f1e8b99f46f444"},
+    {file = "regex-2020.11.13-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:baf378ba6151f6e272824b86a774326f692bc2ef4cc5ce8d5bc76e38c813a55f"},
+    {file = "regex-2020.11.13-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e3faaf10a0d1e8e23a9b51d1900b72e1635c2d5b0e1bea1c18022486a8e2e52d"},
+    {file = "regex-2020.11.13-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:2a11a3e90bd9901d70a5b31d7dd85114755a581a5da3fc996abfefa48aee78af"},
+    {file = "regex-2020.11.13-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:d1ebb090a426db66dd80df8ca85adc4abfcbad8a7c2e9a5ec7513ede522e0a8f"},
+    {file = "regex-2020.11.13-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:b2b1a5ddae3677d89b686e5c625fc5547c6e492bd755b520de5332773a8af06b"},
+    {file = "regex-2020.11.13-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:2c99e97d388cd0a8d30f7c514d67887d8021541b875baf09791a3baad48bb4f8"},
+    {file = "regex-2020.11.13-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:c084582d4215593f2f1d28b65d2a2f3aceff8342aa85afd7be23a9cad74a0de5"},
+    {file = "regex-2020.11.13-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:a3d748383762e56337c39ab35c6ed4deb88df5326f97a38946ddd19028ecce6b"},
+    {file = "regex-2020.11.13-cp38-cp38-win32.whl", hash = "sha256:7913bd25f4ab274ba37bc97ad0e21c31004224ccb02765ad984eef43e04acc6c"},
+    {file = "regex-2020.11.13-cp38-cp38-win_amd64.whl", hash = "sha256:6c54ce4b5d61a7129bad5c5dc279e222afd00e721bf92f9ef09e4fae28755683"},
+    {file = "regex-2020.11.13-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:1862a9d9194fae76a7aaf0150d5f2a8ec1da89e8b55890b1786b8f88a0f619dc"},
+    {file = "regex-2020.11.13-cp39-cp39-manylinux1_i686.whl", hash = "sha256:4902e6aa086cbb224241adbc2f06235927d5cdacffb2425c73e6570e8d862364"},
+    {file = "regex-2020.11.13-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:7a25fcbeae08f96a754b45bdc050e1fb94b95cab046bf56b016c25e9ab127b3e"},
+    {file = "regex-2020.11.13-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:d2d8ce12b7c12c87e41123997ebaf1a5767a5be3ec545f64675388970f415e2e"},
+    {file = "regex-2020.11.13-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:f7d29a6fc4760300f86ae329e3b6ca28ea9c20823df123a2ea8693e967b29917"},
+    {file = "regex-2020.11.13-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:717881211f46de3ab130b58ec0908267961fadc06e44f974466d1887f865bd5b"},
+    {file = "regex-2020.11.13-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:3128e30d83f2e70b0bed9b2a34e92707d0877e460b402faca908c6667092ada9"},
+    {file = "regex-2020.11.13-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:8f6a2229e8ad946e36815f2a03386bb8353d4bde368fdf8ca5f0cb97264d3b5c"},
+    {file = "regex-2020.11.13-cp39-cp39-win32.whl", hash = "sha256:f8f295db00ef5f8bae530fc39af0b40486ca6068733fb860b42115052206466f"},
+    {file = "regex-2020.11.13-cp39-cp39-win_amd64.whl", hash = "sha256:a15f64ae3a027b64496a71ab1f722355e570c3fac5ba2801cafce846bf5af01d"},
+    {file = "regex-2020.11.13.tar.gz", hash = "sha256:83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562"},
 ]
 requests = [
     {file = "requests-2.25.0-py2.py3-none-any.whl", hash = "sha256:e786fa28d8c9154e6a4de5d46a1d921b8749f8b74e28bde23768e5e16eece998"},
@@ -2735,8 +2725,8 @@ spdx-license-list = [
     {file = "spdx_license_list-0.5.1.tar.gz", hash = "sha256:64cb5de37724c64cdeccafa2ae68667ff8ccdb7b688f51c1c2be82d7ebe3a112"},
 ]
 sphinx = [
-    {file = "Sphinx-3.3.0-py3-none-any.whl", hash = "sha256:3abdb2c57a65afaaa4f8573cbabd5465078eb6fd282c1e4f87f006875a7ec0c7"},
-    {file = "Sphinx-3.3.0.tar.gz", hash = "sha256:1c21e7c5481a31b531e6cbf59c3292852ccde175b504b00ce2ff0b8f4adc3649"},
+    {file = "Sphinx-3.3.1-py3-none-any.whl", hash = "sha256:d4e59ad4ea55efbb3c05cde3bfc83bfc14f0c95aa95c3d75346fcce186a47960"},
+    {file = "Sphinx-3.3.1.tar.gz", hash = "sha256:1e8d592225447104d1172be415bc2972bd1357e3e12fdc76edf2261105db4300"},
 ]
 sphinx-autodoc-typehints = [
     {file = "sphinx-autodoc-typehints-1.11.1.tar.gz", hash = "sha256:244ba6d3e2fdb854622f643c7763d6f95b6886eba24bec28e86edf205e4ddb20"},
@@ -2837,8 +2827,8 @@ typing-extensions = [
     {file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"},
 ]
 urllib3 = [
-    {file = "urllib3-1.26.1-py2.py3-none-any.whl", hash = "sha256:61ad24434555a42c0439770462df38b47d05d9e8e353d93ec3742900975e3e65"},
-    {file = "urllib3-1.26.1.tar.gz", hash = "sha256:097116a6f16f13482d2a2e56792088b9b2920f4eb6b4f84a2c90555fb673db74"},
+    {file = "urllib3-1.26.2-py2.py3-none-any.whl", hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"},
+    {file = "urllib3-1.26.2.tar.gz", hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"},
 ]
 webencodings = [
     {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
diff --git a/pyproject.toml b/pyproject.toml
index 1d4f8643ea500234ef94b61c037c39ea7255d0e5..77c0387130763733101539122f199f87d2bb24ca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,9 +23,14 @@ classifiers = [
     "Typing :: Typed",
 ]
 
+[[tool.poetry.source]]
+name = "gitlab"
+url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
+secondary = true
+
 [tool.poetry.dependencies]
 python = "^3.7"
-AlekSIS = { git = "https://edugit.org/AlekSIS/official/AlekSIS" }
+aleksis-core = "^2.0a3.dev0+20201114132749.88d92354"
 
 [tool.poetry.dev-dependencies]
 sphinx = "^3.0"
diff --git a/tox.ini b/tox.ini
index 26f052e532b1c37d9d2626dde1079d4520245871..eca63a758a5f6a20b1cd11887330817fec7908d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,9 +22,9 @@ setenv =
 
 [testenv:lint]
 commands =
-    - poetry run black --check --diff aleksis/ --exclude "migrations"
-    - poetry run isort -c --diff --stdout -rc -s migrations aleksis/
-    - poetry run flake8 {posargs} --exclude-from-doctest migrations aleksis/
+    - poetry run black --check --diff aleksis/
+    - poetry run isort -c --diff --stdout aleksis/
+    poetry run flake8 {posargs} aleksis/
 
 [testenv:security]
 commands =
@@ -40,7 +40,7 @@ commands = poetry run make -C docs/ html {posargs}
 
 [testenv:reformat]
 commands =
-    poetry run isort -rc aleksis/
+    poetry run isort aleksis/
     poetry run black aleksis/
 
 [flake8]
@@ -52,10 +52,10 @@ ignore = BLK100,E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107,RST215,RS
 line_length = 100
 multi_line_output = 3
 include_trailing_comma = 1
-use_parantheses = 1
 default_section = THIRDPARTY
 known_first_party = aleksis
 known_django = django
+skip = migrations
 sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
 
 [mypy]