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

{% translate "Your trial offer" %}

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