{% load i18n %} {% load url from future %} {% url 'data_project' project=project.slug as data_url %} {% with object.get_share_url as share_url and object.get_widgets_url as widgets_url %}

{% trans "Share your translation" %}

{% trans "Share on Facebook!" %} {% trans "Tweet this translation!" %}

{% trans "Widgets" %}

{% if object.language %} {% else %} {% endif %}

{% blocktrans %}You can also promote this translation project using various other possibilities.{% endblocktrans %}

{% trans "Data export" %}

{% blocktrans %}Various data exports are available in machine readable formats.{% endblocktrans %}

{% endwith %}