{% extends "base.html" %} {% block page-title %}Snipt for Teams{% endblock %} {% block body-class %}{{ block.super }} static signup pro pro-signup{% endblock %} {% block js %} {{ block.super }} {% 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 and edit public and private snippets on a team.
    • Detailed log of changes on a snippet, including user and code diffs.
    • Maintain a public team profile by posting public snippets.
    {% if not request.user.is_authenticated %} {% else %}

    Maximum of 30 characters.

    For your team's Gravatar. Will remain private.

    {% csrf_token %}
    {% endif %}
    {% endblock %}