{{ object.name }}
{% if object.next_game %}
{% translate "next session will be"|capfirst %}
{{ object.next_game }}
{% endif %}
{% translate "what will happen?"|capfirstletter %}
{{ object.plot|linebreaksbr }}
{% translate "about the world..."|capfirst %}
{{ object.campaign.place.name }}
{{ object.campaign.place.description|safe|truncatechars_html:250 }}
{% translate "learn more"|capfirst %}
{% blocktranslate count player_count=object.campaign.users.count trimmed %} {{ player_count }} player {% plural %} {{ player_count }} players {% endblocktranslate %}
{% for player in object.campaign.users.all %}
{{ player.username }}
{% translate "no players"|capfirst %}