2024-05-04 23:09:20 +02:00
<div class="block block--fixed block--warning">
<h4>
You've been banned!
</h4>
<p>
2024-05-04 23:09:44 +02:00
You cannot create comments or posts or update metadata (or do anything but read, really) until <%= pretty_time(@conn.assigns.current_ban.valid_until) %> .
2024-05-04 23:09:20 +02:00
</p>
<p>
2024-05-04 23:09:44 +02:00
The reason given by the administrator who banned you is: <br />
2024-05-04 23:09:20 +02:00
<strong>
<%= @conn.assigns.current_ban.reason %>
</strong>
2024-05-04 23:09:44 +02:00
(Ban ID: <%= @conn.assigns.current_ban.generated_ban_id %> ).
2024-05-04 23:09:20 +02:00
</p>
</div>