+
+ <%= render 'tpi/shared/property', highlight: false, name: 'ISO' do %>
+ <%= country.iso %>
+ <% end %>
+
+
+ <%= render 'tpi/shared/property', highlight: false, name: 'Region' do %>
+ <%= country.region %>
+ <% end %>
+
+
+ <%= render 'tpi/shared/property', highlight: false, name: 'World Bank lending group' do %>
+ <%= country.wb_lending_group %>
+ <% end %>
+
+
+ <%= render 'tpi/shared/property', highlight: false, name: 'International Monetary Fund fiscal monitor category' do %>
+ <%= country.fiscal_monitor_category %>
+ <% end %>
+
+
+ <%= render 'tpi/shared/property', highlight: false, name: 'Type of Party to the United Nations Framework Convention on Climate Change' do %>
+ <%= country.type_of_party %>
+ <% end %>
+
+
+