{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {{ object }}
  • {% trans "widgets" %}
  • {% endblock %} {% block extra_meta %} {% endblock %} {% block content %}

    {% trans "Promoting translation projects" %}

    {% blocktrans %}You can point newcomers to the introduction page at {{ engage_url }}.{% endblocktrans %}

    {% trans "Promoting specific translations" %}

    {% trans "Besides promoting whole translation project, you can also choose specific language to promote:" %} {{ form.lang }}

    {% trans "Image widgets" %}

    {% trans "You can use following widgets to promote translation of your project. They can increase visibility of your translation projects and bring new contributors." %}

    {% for widget in widget_list %}

    {% blocktrans with widget.name as widget %}Image {{ widget }}{% endblocktrans %}

    {% trans "Color variants:" %}

    {% for color in widget.colors %} {% endfor %}

    {% for color in widget.colors %} {% endfor %}
    {% for color in widget.colors %} {% endfor %}
    {% for color in widget.colors %} {% endfor %}
    {% for color in widget.colors %} {% endfor %}
    {% for color in widget.colors %} {% endfor %}
    {% for color in widget.colors %} {% endfor %}
    {% endfor %} {% endblock %}