{% extends "messages/base.html" %} {% load crispy_forms_tags %} {% block content %}

{{ caption }}

{% if replaces %}

This message will replace {{ replaces.title }} from {{ replaces.publish_start|date:"DATETIME_FORMAT_SHORT" }} by {{ replaces.author }}

{% endif %}
{% crispy form %}
{% endblock %}