{% extends 'core/layout.html' %} {% load i18n %} {% load crispy_forms_tags %} {% load string_utils %} {% block title %}{% blocktranslate with object=_('world') %}Create {{ object }}{% endblocktranslate %}{% endblock title %} {% block breadcrumb %} {# NOTE: Translations that are 'supossed' to be on the go should be declared first #} {# NOTE: Is should add a 'as' in order to NOT render on template #} {% translate "create world" as breadcrumb_translation %} {% include 'common/include/breadcrumb.html' with breadcrumbs='worlds=roleplay:world:list,create world' %} {% endblock breadcrumb %} {% block body_content %}

{% translate "create your world!"|capfirstletter %}


{% crispy form %}
{% endblock body_content %}