{% extends 'site_layout.html.j2' %} {% set title="Dashboard" %} {% block content %}

User Dashboard

Select a server to configure Titan Embeds.

*List missing some servers? It's because you must have either Manage Server, Kick Members, or Ban Members permissions to modify embed settings.

{% for server in servers %}
{% if server.icon %} {% else %} No icon :( {% endif %}

{{ server.name|e }}


Modify
{% endfor %}

{% if (not cosmetics) or (cosmetics and not cosmetics.css) %}

User Defined CSS!

Would you like to have user defined css (e.g. custom css) for your embed?

All you have to do is join our support server and tag an admin or use the HELP role!

Talk to us!

The first slot is on the house. Increasing the slot count requires the user to spend Titan Tokens. However, we do offer unlimited predefined CSS Color Variables at no charge.

{% endif %} {% if css_list is not none %}

Create or modify your user defined CSS. New

You have used {{ premium_css_count }} out of {{ cosmetics.css_limit }} custom css slots. {% if premium_css_count >= cosmetics.css_limit %}Don't fret! You can still use CSS variables.{% endif %} Donate below to obtain more slots!

{% if premium_css_count >= cosmetics.css_limit %}

Free up some slots by emptying your other custom CSS field and submitting it (Titan will automatically mark empty custom css editor fields as unused slots in the database) or delete the user defined css slot altogether.

{% endif %}
{% for css in css_list %}

#{{ css.id }} {{ css.name|e }}

Modify
{% endfor %}
{% endif %}

Donations!

Would you like to support the Titan Embeds project?

You currently have {{ session["tokens"] }} Titan Tokens.

Donate!!
{% endblock %}