Cleomenes Clothes - Dress your FiveM Adventure 👕✨
Cléomène Clothes

Discover stylish outfits to personalize your character on FiveM. Cléomène Clothes offers a range of clothes that adapt perfectly to all situations.

faq

{% extends "layout.html" %} {% block content %}

{{ options.package.name }}
{% if options.package.chooseServer %}
 {{ __("Please choose which server to receive this package upon") }} {% for server in options.servers %} {{ server.name }} {% endfor %} 
{% endif %} {% if options.package.customPrice %}
{{ store.currency }}
{% endif %} {% for variable in options.variables %} {% if variable.type == "dropdown" %}
 {{ variable.description }} {% for option in variable.options %}  {{ option.name }} {% if option.price > 0 %} (+{{ option.price|money }} {{ basket.currency }}) {% endif %}  {% endfor %} 
{% elseif variable.id == "discord_id" %}

{{ __(variable.description) }}


{% else %}
{% endif %} {% endfor %}

{% endblock %}