{% extends 'base.html' %} {% block title %}Getting Started{% endblock %} {% block main %} Getting Started {% if session['user_id'] %} {% else %} Please log in in order to access the main test panel. If you do not have an account, please contact a system administrator. {% endif %} {% endblock %}
Please log in in order to access the main test panel. If you do not have an account, please contact a system administrator.