diff --git a/src/views/partials/widgets.pug b/src/views/partials/widgets.pug
index 95f75fbfd363d2308d785ded37393893a85ad7f2..021e69a0f676a227c7cb46773172b7fa4e16297b 100644
--- a/src/views/partials/widgets.pug
+++ b/src/views/partials/widgets.pug
@@ -1,3 +1,4 @@
 //- Import your widgets from the `widget`folder here
 
+include widgets/hubl-captain.pug
 include widgets/hubl-user-avatar.pug
\ No newline at end of file
diff --git a/src/views/partials/widgets/hubl-captain.pug b/src/views/partials/widgets/hubl-captain.pug
new file mode 100644
index 0000000000000000000000000000000000000000..72092f3a174f9953e203db5685578f56ca2595d2
--- /dev/null
+++ b/src/views/partials/widgets/hubl-captain.pug
@@ -0,0 +1,14 @@
+solid-widget(name='hubl-captain')
+  template
+    solid-display.user-thumb(
+      data-src="${value}"
+      fields='account.picture, sup(name), sub(is_lead)'
+
+      class-account.picture='avatar user-thumb__picture'
+      class-name='user-thumb__name'
+      class-is_lead='user-thumb__lead'
+
+      widget-account.picture='hubl-user-avatar'
+      value-is_lead=''
+      data-trans='value-is_lead=template-captain.isLead'
+    )