{% trans_default_domain 'frontend' %}
{% extends 'base_about.html.twig' %}
{% block title %}{{ 'about.title.rules'|trans }}{% endblock %}
{% block head_title %}{{ 'about.title.rules'|trans }}{% endblock %}
{% block content_inner %}
<div class="mb-3">
Like every club, Dressplay has rules that must be followed. Please read the Club Rules below for a safe and welcoming environment for everyone.
</div>
<div class="mb-5">
If the rules are violated, the member will be warned or banned. A second chance is always our first choice, unless the violation is too serious.
</div>
<ul class="list rules-list mb-5">
<li>
<h5>Respect the Club Rules!</h5>
<div>First rule is very simple: breaking the rules may mean ejection! </div>
</li>
<li>
<h5>Respect the dress code!</h5>
<div>We are a clothes fetish shopping club. We don't like nudity but we love to dress up and do crazy things.</div>
</li>
<li>
<h5>Respect "Dos and Don'ts"!</h5>
<div>Accept and respect the personal content guidelines of the Club Mates and the club itself. </div>
</li>
<li>
<h5>Respect club decisions!</h5>
<div>All club decions, made by the Club Mates or the management are final. </div>
</li>
<li>
<h5>No hatespeech or insults!</h5>
<div>Do not offend other club members, the Club Mates or the club management. Stay polite and friendly. </div>
</li>
<li>
<h5>No stalking or tracing!</h5>
<div>Do not bother the Club Mates in their private lives. We will instantly take action against it. Zero tolerance applies.</div>
</li>
<li>
<h5>No copyright violations!</h5>
<div>Do not post club content elsewhere, original or modifed (deep fakes, collages). True fans support. They don't steal.</div>
</li>
<li>
<h5>No date/paid sex requests!</h5>
<div>The Club Mates are not available for personal meetings of any type. We are a virtual club and available online only. </div>
</li>
<li>
<h5>No illegal content in the club!</h5>
<div>Never send, use, request or offer illegal content or activities. Check our blacklist <a href="#" class="link-secondary" data-toggle="modal" data-target="#blacklist-popup">here!</a></div>
</li>
<li>
<h5>No refunds or money return!</h5>
<div>All sales are final. We are like a cinema, no refunds for tickets unless closed for technical reasons. We do refund credits for deals and projects in the case of failure. </div>
</li>
<li>
<h5>No chargebacks!</h5>
<div>Chargebacks are fraud and financial crime. We will take legal action against chargebacks. All transactions are 3D-Secure and there is no sense for the "it wasn't me" argument.</div>
</li>
</ul>
<div>
Please contact our support team if you have any questions, suggestions, or remarks regarding our club rules.
</div>
{% include 'static/Block/content_blacklist_popup.html.twig' %}
{% endblock %}