nopaque/app/templates/_base/modals.html.j2

6 lines
213 B
Plaintext
Raw Normal View History

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" %}