{# /* * Spring Signage Ltd - http://www.springsignage.com * Copyright (C) 2016 Spring Signage Ltd * (${FILE_NAME}) */ #} {% extends "authed.twig" %} {% import "inline.twig" as inline %} {% block pageContent %}
{{ notification.subject }}
{% set readDt %}{{ notification.readDt }}{% endset %}

{% trans "Published" %} {{ notification.releaseDt }}, {% trans %}you read this {{ readDt }}.{% endtrans %}

{{ notification.body|raw }}
{% endblock %}