-
-
- {% if ban.single_addr %}
- {{ ban.mask }}
- {% else %}
- {{ ban.mask }}
- {% endif %}
- |
-
- {% if ban.reason %}
- {{ ban.reason }}
- {% else %}
- -
- {% endif %}
- |
-
- {% if ban.board %}
- {{ config.board_abbreviation|sprintf(ban.board) }}
- {% else %}
- {% trans 'all boards' %}
- {% endif %}
- |
-
-
- {{ ban.created|ago }} ago
-
- |
-
- {% if ban.expires == 0 %}
- -
- {% else %}
- {{ (ban.expires - ban.created + time()) | until }}
- {% endif %}
- |
-
- {% if ban.expires == 0 %}
- {% trans 'never' %}
- {% else %}
- {{ ban.expires|date(config.post_date) }}
- {% if ban.expires > time() %}
- (in {{ ban.expires|until }})
- {% endif %}
- {% endif %}
- |
-
- {% if ban.seen %}
- {% trans 'Yes' %}
- {% else %}
- {% trans 'No' %}
- {% endif %}
- |
-
- {% if ban.username %}
- {% if mod|hasPermission(config.mod.view_banstaff) %}
- {{ ban.username|e }}
- {% else %}
- {% if mod|hasPermission(config.mod.view_banquestionmark) %}
- ?
- {% else %}
-
- {% endif %}
- {% endif %}
- {% elseif ban.creator == -1 %}
- system
- {% else %}
- {% trans 'deleted?' %}
- {% endif %}
- |
-
- {% endfor %}
+
+
+
+
+
+
+