|
|
|
@ -39,9 +39,9 @@
@@ -39,9 +39,9 @@
|
|
|
|
|
<td class="padding-t-16-px">{{ 'Status'|trans }}</td> |
|
|
|
|
<td class="padding-t-16-px"> |
|
|
|
|
{% if user.status %} |
|
|
|
|
{{ 'active'|trans }} |
|
|
|
|
{{ 'Aactive' | trans }} |
|
|
|
|
{% else %} |
|
|
|
|
{{ 'disabled'|trans }} |
|
|
|
|
{{ 'Disabled' | trans }} |
|
|
|
|
{% endif %} |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
@ -49,9 +49,9 @@
@@ -49,9 +49,9 @@
|
|
|
|
|
<td>{{ 'Approved'|trans }}</td> |
|
|
|
|
<td> |
|
|
|
|
{% if user.approved %} |
|
|
|
|
{{ 'yes'|trans }} |
|
|
|
|
{{ 'Yes' | trans }} |
|
|
|
|
{% else %} |
|
|
|
|
{{ 'no'|trans }} |
|
|
|
|
{{ 'No' | trans }} |
|
|
|
|
{% endif %} |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
@ -59,9 +59,9 @@
@@ -59,9 +59,9 @@
|
|
|
|
|
<td>{{ 'Moderator' | trans }}</td> |
|
|
|
|
<td> |
|
|
|
|
{% if user.moderator %} |
|
|
|
|
{{ 'yes'|trans }} |
|
|
|
|
{{ 'Yes' | trans }} |
|
|
|
|
{% else %} |
|
|
|
|
{{ 'no'|trans }} |
|
|
|
|
{{ 'No' | trans }} |
|
|
|
|
{% endif %} |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|