You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
236 B

  1. <tr class="var-row {{ row_class }}" data-filter-row="{{ name | upper }}">
  2. <td class="var-action"></td>
  3. <td class="var-name session">({% trans 'Session value' %})</td>
  4. <td class="var-value value">&nbsp;{{ value }}</td>
  5. </tr>