|
@@ -5,9 +5,9 @@
|
|
|
|
|
|
{% block table_row scoped %}
|
|
{% block table_row scoped %}
|
|
<td class="lead-cell">
|
|
<td class="lead-cell">
|
|
- <strong>{{ item.ban }}</strong> <span class="label {% if item.type == 0 -%}label-inverse">{% trans %}Username and E-mail{% endtrans %}
|
|
|
|
- {%- elif item.type == 1 -%}label-important">{% trans %}Username{% endtrans %}
|
|
|
|
- {%- elif item.type == 2 -%}label-warning">{% trans %}E-mail{% endtrans %}
|
|
|
|
|
|
+ <strong>{{ item.ban }}</strong> <span class="label {% if item.test == 0 -%}label-inverse">{% trans %}Username and E-mail{% endtrans %}
|
|
|
|
+ {%- elif item.test == 1 -%}label-important">{% trans %}Username{% endtrans %}
|
|
|
|
+ {%- elif item.test == 2 -%}label-warning">{% trans %}E-mail{% endtrans %}
|
|
{%- else -%}label-info">{% trans %}IP Address{% endtrans %}
|
|
{%- else -%}label-info">{% trans %}IP Address{% endtrans %}
|
|
{%- endif %}</span>
|
|
{%- endif %}</span>
|
|
</td>
|
|
</td>
|