{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}Project Settings - {{ project }}{% endblock %} {% block content %} {% with project.transfer_request as transfer_request %}
{{ project.owner.email }} would like to transfer the ownership of this project to you.
{% if not can_accept %} {% with num_checks=project.num_checks num_available=request.profile.num_checks_available %}This project has {{ num_checks }} check{{ num_checks|pluralize}}, but your account only has space for {{ num_available }} additional check{{ num_available|pluralize }}. To accept the transfer, please upgrade your account first!
{% endwith%} {% endif %}
API key:
{{ project.api_key }}{% if project.api_key_readonly %}
API key (read-only):
{{ project.api_key_readonly }}
Related links:
{% endif %} {% else %} {% endif %} {% else %} API access is disabled. {% endif %}Role | ||
---|---|---|
{{ project.owner.email }} | Owner | |
{{ m.user.email }} | {% if m.rw %} Member {% else %} Read-only {% endif %} | {% if is_owner %} Remove {% endif %} |
Add Users from Other Teams | ||
{{ user.email }} | Add to Team |
Invite team members to your project. Share access to your checks and configured integrations without having to share login details.
{% endif %}