banned.html 686 B

12345678910111213
  1. <template name="banned">
  2. {{> alerts}}
  3. <div class="row">
  4. <div class="col-md-4 col-md-offset-4 light-blue-text" id="banned-container">
  5. <i class="material-icons center red-text" style="font-size: 20em; width: 100%;">remove_circle</i>
  6. <div class="divider"></div>
  7. <h3 class="text text-center"><b>You were banned by</b> {{bannedBy}} <span title="{{bannedAt}}">{{rtime bannedAt}}</span>.</h3>
  8. <h3 class="text text-center"><b>You will be unbanned</b> <span title="{{bannedAt}}">{{rtime bannedUntil}}</span>.</h3>
  9. <h3 class="text text-center"><b>Reason:</b> {{bannedReason}}</h3>
  10. </div>
  11. </div>
  12. </template>