Replace native with primary where possible

This commit is contained in:
Sander Dorigo
2025-08-01 12:31:01 +02:00
parent 65dcad6898
commit 6278662014
59 changed files with 430 additions and 430 deletions

View File

@@ -145,12 +145,12 @@
<td>{{ user.user_flags | raw }}</td>
</tr>
<tr>
<td>Native currency</td>
<td>{{ user.native.code }}</td>
<td>Primary currency</td>
<td>{{ user.primary.code }}</td>
</tr>
<tr>
<td>Convert to native currency?</td>
<td>{% if user.convert_to_native %}Enabled{% else %}Disabled{% endif %}</td>
<td>Convert to primary currency?</td>
<td>{% if user.convert_to_primary %}Enabled{% else %}Disabled{% endif %}</td>
</tr>
<tr>
<td>Session start</td>