banned.html 577 B

12345678910111213
  1. <template name="banned">
  2. {{> alerts}}
  3. <div class="row">
  4. <div class="col-md-4 col-md-offset-4" id="banned-container">
  5. <i class="fa fa-gavel fa-5x" id="ban-icon"></i>
  6. <hr/>
  7. <h3 class="text text-center">You were banned by {{bannedBy}} <span title="{{bannedAt}}">{{rtime bannedAt}}</span>.</h3>
  8. <h3 class="text text-center">You will be unbanned <span title="{{bannedAt}}">{{rtime bannedUntil}}</span>.</h3>
  9. <h3 class="text text-center">Reason: {{bannedReason}}</h3>
  10. </div>
  11. </div>
  12. </template>