{% load i18n %} {% load username from common_tags %} {% trans "Image settings" %} {% trans "Edit:" %} {{ image.title }} {% if image.stage %} {{ image.stage }} {% else %}– {% endif %} {% if image.user %}{{ image.user|username }}{% endif %} {% if image.published %}
{% trans "published" %}
{% endif %} {% if image.new_publishable %}
{% trans "publishable" %}
{% endif %} {% if image.changed %}
{% trans "changed" %}
{% endif %} {{ image.project.name }}