app/views/admin/communication/blocks/templates/key_figures/_static.html.erb
<%= block_component_static block, :description %>
figures:
<% block.template.elements.each do |element| %>
- <%= block_component_static block, :number, template: element, depth: 0 %>
<%= block_component_static block, :unit, template: element, depth: 5 %>
<%= block_component_static block, :description, template: element, depth: 5 %>
<%= block_component_static block, :image, template: element, depth: 5 %>
<% end %>