{% extends "base.html" %} {% block page-title %}Request beta access to Snipt for Teams{% endblock %} {% block body-class %}{{ block.super }} static signup pro pro-signup{% endblock %} {% block breadcrumb %}
  • Snipt for Teams
  • {% endblock %} {% block content %} {% if request.user.profile.teams_beta_applied %}
    You've successfully applied for the beta program - we'll email you as soon as we're ready!
    {% else %}
    Snipt for Teams private beta!
    • Team profile at snipt.net/{team-name}.
    • Members can create public or private snipts on a team.
    • Public team posts are public to the world, as they are now.
    • Private team posts are editable by all team members.
    • All team members are automatically granted personal Pro accounts.
    • Beta period is a one-time fee of $49, then plans starting at $49/month.
    {% if not request.user.is_authenticated %}
    {% endif %}
    {% csrf_token %}
    {% endif %} {% endblock %} {% block analytics %} {% if not debug %} window.ll('tagScreen', 'Team beta signup view'); {% endif %} {% endblock %}