% term = show_one %>
<% for prm in @show_params %>
<%=h label_param(prm) %>: | <%= term.value(prm) %> |
<% end %>
<% 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 %>