2023-11-13 14:53:14 +00:00
|
|
|
{% if current_user.is_authenticated and not current_user.terms_of_use_accepted %}
|
|
|
|
{% include "_base/_modals/terms_of_use.html.j2" %}
|
|
|
|
{% endif %}
|
2024-11-15 14:21:26 +00:00
|
|
|
|
|
|
|
{% include "_base/_modals/data-processing-and-analysis.html.j2" %}
|