<% dictionary.each_pair do |key, value| %> <%- if value.present? && !value.nil? %> <%= key %>: <%= value %> <% end %> <% end %>