9 <%= t ".description" %>
 
  10         <%= @trace_description %>
 
  11 <% if @trace_tags.length > 0 %>
 
  13         <%= @trace_tags.map(&:tag).join(", ") %>
 
  15 <% if @possible_points %>
 
  16 <%= t ".total_points" %>
 
  17         <%= @possible_points %>
 
  19 <% if @trace_points %>
 
  20 <%= t ".imported_points" %>