Dear {{user.first_name}} {{user.last_name}},

You have been added to the {{project.title}} project in ColdFront.{% if allocations %}
You've also been added to {{allocations|length}} allocation(s).{% endif %}

You can access the resources here:
{{project.title}} ({{center_base_url}}{% url 'project-detail' project.pk %})
{% for allocation in allocations %}{% with resource=allocation.resources.all|first %}{{resource.name}}{% endwith %} ({{center_base_url}}{% url 'allocation-detail' allocation.pk %})
{% endfor %}

If you are a student or collaborator under this project, you are receiving this notice as a courtesy. If you would like
to opt out of future notifications, instructions can be found here: {{ opt_out_instruction_url }}

If you believe you have been sent this email in error, please contact
the project PI at {{project.pi.email}}.

Thank you,
{{ signature }}
