{% extends "base.html" %} {% load staticfiles compress %} {% block title %}Pricing - healthchecks.io{% endblock %} {% block content %}

You are currently viewing team {{ request.team }}.

To manage this team, please log in as {{ request.team.user.email }}.


Switch to {{ request.profile }} Log Out

{% endblock %}