{% for object in object_list %}
{% translate "you are not part of any campaigns."|capfirst %}
{% endfor %}
{% if is_paginated %}
{% include 'roleplay/campaign/include/campaign_card.html' with campaign=object %}
{% empty %}
{% translate "you are not part of any campaigns."|capfirst %}
{% blocktranslate with site=_('worlds')|capfirst action=_('create campaign')|title trimmed %}
Go to '{{ site }}' and click '{{ action }}' to create one.
{% endblocktranslate %}
{% include 'common/include/paginator.html' with paginator=paginator page_obj=page_obj path=request.path align='center' only %}
{% endif %}
{% include 'roleplay/campaign/include/campaign_create_footer.html' only %}