{% trans_default_domain 'static_pages' %}
{% apply spaceless %}
<div class="modal fade dark-modal" id="blacklist-popup" tabindex="-1" role="dialog"
aria-labelledby="blacklist-popup-header" aria-hidden="true">
<div class="modal-dialog modal-default" role="document">
<div class="modal-content">
<a href="#" class="close" data-dismiss="modal" aria-label="{{ 'general.close'|trans({}, 'popup') }}">
<em class="icon ni ni-cross"></em>
</a>
<div class="modal-header text-center justify-content-center border-bottom-0">
<div>
<h2 class="mb-3 mt-5 justify-content-center">
{{ 'content_blacklist_overlay.title'|trans }}
</h2>
<h5 class="mb-5 fw-light">
{{ 'content_blacklist_overlay.subtitle'|trans }}
</h5>
<div class="card bg-light w-min-300px">
<div class="card-body">
<ul class="list text-left club-benefits-list">
<li>Intoxication (alcohol & drugs)</li>
<li>Sleeping, passed out and chloroform</li>
<li>Underage (no people under 18 at all)</li>
<li>Bestiality/animals (Real or Fake)</li>
<li>Forced sex/rape (Real or Fake)</li>
<li>Injuries/mutilation</li>
<li>Homicide and snuff (Real or Fake)</li>
<li>Revenge Porn (where the person depicted in the pornographic material has not
consented for this material to be shared)
</li>
<li>Racism</li>
<li>Libel</li>
<li>Scat/Menstruation/Vomit</li>
<li>Brutality/threat of violence</li>
<li>Four bound extremities & sex (bondage without sex is okay, as is sex with
less than four bounded extremities)
</li>
<li>Blasphemy/disparagement of religions</li>
</ul>
</div>
</div>
</div>
</div>
<div class="modal-body">
<div class="form-group text-center">
<a href="#" class="btn btn-primary btn-lg w-100 justify-content-center" data-dismiss="modal"
aria-label="{{ 'general.close'|trans({}, 'popup') }}">
{{ 'general.close'|trans({}, 'popup') }}
</a>
</div>
</div>
</div>
</div>
</div>
{% endapply %}