summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/settings.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index a4d3ceb25..f23027210 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -137,19 +137,25 @@
</td>
<td>
{% trans "Status:" %}
+ <span style="font-weight: bold;">
{% if account.valid %}
{% trans "valid" %}
{% else %}
{% trans "not valid" %}
{% endif %}
+ </span>
&nbsp;|</td>
<td>
{% trans "Valid until:" %}
+ <span style="font-weight: bold;">
{{ account.validuntil }}
+ </span>
&nbsp;|</td>
<td>
{% trans "Traffic left:" %}
+ <span style="font-weight: bold;">
{{ account.trafficleft }}
+ </span>
&nbsp;|</td>
<td>
{% trans "Delete? " %}