{% extends "base_generic.html" %} {% load static %} {% block title %} {% if user.is_authenticated %} Signed in as {{ user }} Return to Projectface {% else %} Return to Landing Page {% endif %} {% endblock %} {% block content %} {% if user.is_authenticated %}
Disabled for Trial User