{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% load humanize %} {% block breadcrumbs %}
{% trans "Hosted strings limit" %} | {% if plan.display_limit_hosted_strings %}{{ plan.display_limit_hosted_strings|intcomma }}{% else %}{% trans "Unlimited" %}{% endif %} |
---|---|
{% trans "Source strings limit" %} | {% if plan.display_limit_strings %}{{ plan.display_limit_strings|intcomma }}{% else %}{% trans "Unlimited" %}{% endif %} |
{% trans "Languages limit" %} | {% if plan.display_limit_languages %}{{ plan.display_limit_languages|intcomma }}{% else %}{% trans "Unlimited" %}{% endif %} |
{% trans "Projects limit" %} | {% if plan.display_limit_projects %}{{ plan.display_limit_projects|intcomma }}{% else %}{% trans "Unlimited" %}{% endif %} |
{% trans "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." %}
{% trans "All listed prices exclude VAT." %} {% trans "EU end users and Czech companies will be charged with additional 21% VAT." %} {% trans "The reverse charge applies to invoices issued to businesses within the EU." %}
{% endblock %}