{% extends "base.html" %} {% load crispy_forms_tags humanize i18n translations %} {% block breadcrumbs %}
| {% translate "Hosted strings limit" %} | {% if plan.display_limit_hosted_strings %} {{ plan.display_limit_hosted_strings|intcomma }} {% else %} {% translate "Unlimited" %} {% endif %} |
|---|---|
| {% translate "Source strings limit" %} | {% if plan.display_limit_strings %} {{ plan.display_limit_strings|intcomma }} {% else %} {% translate "Unlimited" %} {% endif %} |
| {% translate "Languages limit" %} | {% if plan.display_limit_languages %} {{ plan.display_limit_languages|intcomma }} {% else %} {% translate "Unlimited" %} {% endif %} |
| {% translate "Projects limit" %} | {% if plan.display_limit_projects %} {{ plan.display_limit_projects|intcomma }} {% else %} {% translate "Unlimited" %} {% endif %} |
{% translate "Pricing is based on the number of source strings and target languages. The source string is a text unit defined in a translation format, it can be a word, sentence or paragraph." %}
{% translate "All listed prices exclude VAT." %} {% translate "EU end users and Czech companies will be charged with additional 21% VAT." %} {% translate "The reverse charge applies to invoices issued to businesses within the EU." %}