{% load i18n %}
{% trans 'Images' %}
{% if content_object %} {% else %}
{% trans 'You can add images after saving.' %}
{% endif %}