2020-09-22 16:22:15 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>UVA Be Safe Communicator</title>
|
|
|
|
<base href="/">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="https://use.typekit.net/kwp6dli.css">
|
|
|
|
<link rel="shortcut icon" href="{{ base_href + url_for('static', filename='favicon.ico') }}">
|
2020-09-23 12:43:58 -04:00
|
|
|
{% assets 'app_scss' %}
|
|
|
|
<link href="{{ base_href + ASSET_URL }}" rel="stylesheet" type="text/css">
|
|
|
|
{% endassets %}
|
|
|
|
<link rel="shortcut icon" href="{{ base_href + url_for('static', filename='favicon.ico') }}">
|
2020-09-22 16:22:15 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2>UVA Be Safe Communicator</h2>
|
2020-09-23 17:00:51 -04:00
|
|
|
<a href="invitation">Send Invitations</a> | <a href="imported_files">View imported files</a>
|
|
|
|
|
2020-09-23 12:43:58 -04:00
|
|
|
|
|
|
|
<h3>Records to be processed</h3>
|
|
|
|
{{ pagination.info }}
|
|
|
|
{{ pagination.links }}
|
|
|
|
{{ table }}
|
|
|
|
{{ pagination.links }}
|
2020-09-22 16:22:15 -04:00
|
|
|
</body>
|
|
|
|
</html>
|