{% extends "backoffice/moderation_base.html" %} {% load humanize %} {% load i18n %} {% load c3assemblies %} {% block content %}

Badge "{{ object.name }}"

Metadaten
{% trans "Badge__name" %}:
{{ object.name }}
{% trans "Assembly" %}:
{% if object.issuing_assembly %} {{ object.issuing_assembly.slug }} {% else %} -/- {% endif %}
{% trans "Badge__state" %}:
{{ object.state }}
{% trans "Badge__category" %}:
{{ object.category|default:"-" }}
{% trans "Badge__location" %}:
{{ object.location|default:"-" }}
{% trans "Badge__description" %} (en)
{{ object.description_html_en|safe }}
{% trans "Badge__description" %} (de)
{{ object.description_html_de|safe }}
{% if object.image %}
{% trans "Badge__image" %} [{{ object.image_width }}x{{ object.image_height }}px]
{% else %}
NO image
{% endif %}
{% trans "nav_moderation" %}
{% if object.is_public %} {% endif %}
{% endblock content %}