{% blocktrans with projects_label=MODULE_PROJECTS_LABEL|lower author=request.user.get_full_name %}The following {{ projects_label }} was added by {{ author }}{% endblocktrans %}. {% if request.user.is_superuser %}(superuser){% else %} {% trans "It needs to be approved" %}{% endif %}:

  {% trans 'Name:' %} {{ object.project_name }}
  {% trans 'Company:' %} {{ object.company }}

{% blocktrans with projects_label=MODULE_PROJECTS_LABEL|lower %}To view the details of this {{ projects_label }}, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}
{% if not request.user.is_superuser %}

{% blocktrans with projects_label=MODULE_PROJECTS_LABEL|lower %}TTo approve this {{ projects_label }}, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}

{% endif %}

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