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

    {% trans "Promoting translation projects" %}

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

    {% trans "Promoting specific translations" %}

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

    {% trans "Image widgets" %}

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

    {% for widget in widget_list %}

    {% 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 %}