{% extends "base.html" %} {% block title %}License · iVistaar{% endblock %} {% block content %}

License

Free tier includes {{ free_limit }} projects. Unlock unlimited with a yearly SPC, or a perpetual unlock code.

Current status

Tier
{{ license.tier }}
Projects
{{ license.project_count }}{% if license.project_limit is not none %} / {{ license.project_limit }}{% else %} (unlimited){% endif %}
{% if license.expires_on %}
Expires
{% if license.perpetual %}Never (perpetual){% else %}{{ license.expires_on }}{% endif %}
{% endif %}
Notes
{{ license.message }}

Need more than {{ free_limit }} projects?

Contact the iVistaar team at {{ contact_email }} for a yearly subscription. You will receive an SPC code to paste below.

Back
{% endblock %}