{% extends 'base.html' %} {% block navigation %} {% endblock %} {% block content %}

{% if param and request.user.is_authenticated %} You don't have permission to visit that page.
Please login as a different user. {% else %} Please choose how you would like to log in: {% endif %}

{% if cas_enabled %} Log in with a Tilburg University account    {% endif %} Log in with a regular account

Currently, Best Practices in Statistics is only available for registered users. We are working on providing access to larger audiences. If you are interested and willing to help out, you can request an account by emailing J.J.Vens@tilburguniversity.edu.

{% endblock %}