{% extends 'core/layout.html' %}
{% load static %}
{% load i18n %}
{% block title %}{{ object.name }}{% 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 "campaign detail" as breadcrumb_translation %}
{% include 'common/include/breadcrumb.html' with breadcrumbs='campaigns=roleplay:campaign:list-private,campaign detail' %}
{% endblock breadcrumb %}
{% block body_content %}
{% if object.cover_image %}
{% endif %}