{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block breadcrumbs %}
  • {% trans "Gratis trial" %}
  • {% endblock %} {% block content %}
    {% trans "Thank you for your interest in trying Weblate!" as msg %} {% show_message 'info' msg %}
    {% csrf_token %}

    {% trans "Your trial offer" %}

    • {% trans "Your trial will last 14 days." %}
    • {% trans "Your trial will run the Enterprise plan, but you can choose any plan later." %}
    • {% trans "No credit card is needed, but you can set the payment method anytime." %}
    • {% trans "All configuration will stay once you start paying." %}
    {% endblock %}