{% blocktrans with request.user.get_full_name as author %}The following vidoe was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Videos module by {{ author }}{% endblocktrans %}. {% if request.user.is_superuser %}(superuser){% else %} {% trans "It needs to be activated" %}{% endif %}:

  {% trans 'Title:' %} {{ object.title }}
  {% trans 'Description:' %} {{ object.description }}

{% trans 'To view the details of this video, go to:' %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}
{% if not request.user.is_superuser %}

{% trans 'To activate this video, go to:' %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}

{% endif %}

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