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