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