{% load i18n %} {% trans "Page Edited" %}

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

{% blocktrans %}To view the detail of the edited page, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}
{% trans "To approve the edited page, go to:" %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}


{% trans "Thanks!" %}

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