mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-24 21:08:06 +00:00
39 lines
2.1 KiB
HTML
39 lines
2.1 KiB
HTML
|
{% extends "base_email.html" %}
|
||
|
{% block content %}
|
||
|
<p style="font-family: sans-serif; font-size: 24px; font-weight: bold; margin: 0; Margin-bottom: 15px;">
|
||
|
This is your invitation from the University of Virginia Be SAFE System.
|
||
|
</p>
|
||
|
|
||
|
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
|
||
|
To help keep our classes in-person, and to help keep our community safe, we are launching Be SAFE*
|
||
|
(Screening Asymptomatic Finding Effort). Be SAFE is a quick and easy coronavirus screening
|
||
|
program that will rely on saliva samples to detect the virus, with the goal of identifying silent
|
||
|
carriers before they have the opportunity to transmit the coronavirus. The saliva screenings are
|
||
|
mandatory and free of charge. The screenings will be done at multiple locations around Grounds and
|
||
|
only take about 2-3 minutes. The ultimate goal is to test all asymptomatic students who are coming
|
||
|
on Grounds periodically throughout the semester and to get them results within hours (rather than days).
|
||
|
</p>
|
||
|
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
|
||
|
Your next screening test is scheduled at:
|
||
|
</p>
|
||
|
<p style="font-family: sans-serif; font-size: 24px; font-weight: bold; margin: 0; Margin-bottom: 15px;">
|
||
|
{{location}}
|
||
|
</p>
|
||
|
<p style="font-family: sans-serif; font-size: 24px; font-weight: bold; margin: 0; Margin-bottom: 15px;">
|
||
|
{{date}}
|
||
|
</p>
|
||
|
|
||
|
<p style="font-family: sans-serif; font-size: 24px; font-weight: bold; margin: 0; Margin-bottom: 15px;">
|
||
|
You will need to bring your student ID card with you.
|
||
|
</p>
|
||
|
|
||
|
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
|
||
|
For more information please visit https://besafe.virginia.edu/
|
||
|
</p>
|
||
|
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
|
||
|
Questions? Email us at asksafe@virginia.edu
|
||
|
</p>
|
||
|
|
||
|
|
||
|
|
||
|
{% endblock %}
|