{% load i18n static cms_tags cms_static sekizai_tags %} {% trans "django CMS" %} {% render_block "css" %} {% cms_toolbar %} {% language request.toolbar.toolbar_language %}

{% trans "Welcome to your new django CMS installation!" %}

{% blocktrans %}Version {{ cms_version }}{% endblocktrans %}

{% if user.is_authenticated %} {% trans "Let’s build something great together!" %} {% else %} {% trans "Please log in" %} {% endif %}

{% url "admin:cms_page_add" as admin_add_page %} {% blocktrans %} Add your first page {% endblocktrans %}
{% blocktranslate %}

Help Funding

Your funding directly benefits the product, mainly through the django CMS Fellowship Program!

A quick way for yourself or your organisation to donate is on Github Sponsors.

{% endblocktranslate %}
{% blocktranslate %}

Join Us

The django CMS Association is a non-profit organisation that funds and steers the development of django CMS.

You can join both as an individual or as an organisation.

{% endblocktranslate %}
{% blocktranslate %}

Contribute

{% endblocktranslate %}
{% endlanguage %} {% render_block "js" %} {% language request.toolbar.toolbar_language %} {% endlanguage %}