<%= Iqvoc::Concept.broader_relation_class.narrower_class.model_name.human(:count => 2) %>

<% if concept.narrower_relations.any? %>
<%= treeview(concept.narrower_relations.map(&:target)) %>
<% else %>

-

<% end %>