This repository has been archived on 2023-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2022-05-08 02:37:00 +08:00

6 lines
236 B
Twig

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