This commit is contained in:
GenericMale
2025-01-26 21:45:49 +01:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

View File

@@ -10,10 +10,12 @@
<th>{{ _('Value') }}</th>{{- '' -}}
</tr>
{%- for cookie in cookies -%}
<tr>{{- '' -}}
<td>{{ cookie }}</td>{{- '' -}}
<td>{{ cookies[cookie] }}</td>{{- '' -}}
</tr>
{% if cookie in preferences.key_value_settings %}
<tr>{{- '' -}}
<td>{{ cookie }}</td>{{- '' -}}
<td>{{ cookies[cookie] }}</td>{{- '' -}}
</tr>
{% endif %}
{%- endfor -%}
</table>
{%- else -%}