<%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title"), subtitle: t(".description")) %> <% dialog.with_body do %>

<%= t(".sources") %>

<% end %> <% end %>