% term = show_one %>
<% if @show_params.size > 1 %>
<% for prm in @show_params %>
<% unless term.value(prm).blank? %><%=h label_param(prm) %>: | <%= term.value(prm) %> |
<% end %>
<% end %>
<% end %>
<% unless (term.description.empty?) %>
<% if @show_params.size > 1 %><%= l(:field_description) %>:<% end %>
<%= textilizable term, :description, :attachments => term.attachments %>
<% if term.attachments.any? %>
<%= (@is_index) ? "" : '
' %>
<%= link_to_attachments term %>
<% end %>
<% end %>