nopaque/app/templates/_base/modals.html.j2
2023-11-13 15:53:14 +01:00

6 lines
191 B
Django/Jinja

{% include "_base/_modals/manual.html.j2" %}
{% if current_user.is_authenticated and not current_user.terms_of_use_accepted %}
{% include "_base/_modals/terms_of_use.html.j2" %}
{% endif %}