{% extends "widgy/preview.html" %} {% load i18n %} {% block content %}

{% trans "Title" %}: {{ self.title|default:"" }}

{% trans "Caption" %}: {{ self.caption|default:"" }}

{% endblock %}