{% extends "base.html" %} {% block page-title %}Snipt for Teams{% endblock %} {% block body-class %}{{ block.super }} static signup pro pro-signup{% endblock %} {% block extra-scripts %} {% endblock %} {% block js %} {{ block.super }} {% if debug %} Stripe.setPublishableKey('pk_test_cgknmaWRMQeJt2adEdvH3T9l'); {% else %} Stripe.setPublishableKey('pk_live_gUO2nCl7dhx6j0posz6gnbhA'); {% endif %} {% endblock %} {% block breadcrumb %}
  • Snipt for Teams
  • {% endblock %} {% block content %} {% if request.GET.declined %}
    {{ request.GET.declined }} You have not been charged. Please try again.
    {% endif %}
    Snipt for Teams
    • 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.
    • Plans from $49/month, all with a 14-day free trial.
    {% if not request.user.is_authenticated %} {% else %}
    Please wait…

    Maximum of 30 characters.

    For billing and your team's Gravatar. Will remain private.

    Free 14-day trial (your card won't be charged until then, and you can cancel at any time).

    Visa MasterCard Discover American Express
    {% csrf_token %}
    Secure by default. Every Snipt page is secure.
    Your credit card is stored securely with Stripe and we use Stripe.js for maximum security.
    {% endif %}
    {% endblock %} {% block analytics %} {% if not debug %} window.ll('tagScreen', 'Team beta signup view'); {% endif %} {% endblock %}