{% load i18n %} {% trans "New Page Added" %}

{% blocktrans with object.title as objtitle %}A new page has been added on the {{ SITE_GLOBAL_SITEDISPLAYNAME }} - {{ objtitle }}{% endblocktrans %}

{% blocktrans with object.get_absolute_url as objget%}To view the detail of this page, go to: {{ SITE_GLOBAL_SITEURL }}{{ objget }}
To approve this page and make it visible to the public, go to {{ SITE_GLOBAL_SITEURL }}{{ objget }}{% endblocktrans %}


{% trans "Thanks!" %}

{% trans "Time submitted:" %} {% now "D d M Y P" %}