{# /* * Spring Signage Ltd - http://www.springsignage.com * Copyright (C) 2016 Spring Signage Ltd * (${FILE_NAME}) */ #} {% extends "form-base.twig" %} {% import "forms.twig" as forms %} {% block formTitle %} {{ notification.subject }} {% endblock %} {% block formButtons %} {% trans "Close" %}, XiboDialogClose() {% endblock %} {% block formHtml %}
{% trans "Published" %} {{ notification.releaseDt }}, {% trans %}you read this {{ readDt }}.{% endtrans %}
{{ notification.body|raw }}