{% extends "base.html" %} {% set active_page = "profile" %} {% import "account/_helpers.html" as helper %} {% import "projects/_helpers.html" as project_helper %} {% block content %} {% if enforce_privacy and (current_user.is_anonymous() or (current_user.is_authenticated() and not current_user.admin)) %} {{ privacy.render_lock_page() }} {% else %}