{% extends "ldt/ldt_utils/workspace_base.html" %} {% load i18n %} {% load front_tags %} {% load absurl %} {% load static %} {% load absstatic %} {% load analytics %} {% block js_import %} {{ block.super }} {{ content_form.media.js }} {% endblock %} {% block js_declaration %} {% endblock %} {% block css_import %} {{ block.super }} {{ content_form.media.css }} {% endblock %} {% block content %}

{% trans 'Share the project' %} : {{ project.title }}

{% trans "List of the project's contents" %}:

{% trans 'project id' %} ({% trans 'Select' %}) :
{% trans 'The project in Lignes de Temps' %} : {% trans 'See' %} - {% trans 'Select' %} :



{% trans 'Integration mode' %} {% trans 'div' %} {% trans 'iframe' %}
{% trans 'Player Size : ' %} x
{% trans 'Preset Modes' %}
{% trans 'Basic configuration' %}
{% trans 'Polemic configuration' %}
{% trans 'Polemic configuration with tagcloud, annotationsList and Social widgets' %}

{% trans 'Create your own configuration' %}
{% block embed_widget_config %} {% endblock embed_widget_config %}
{% trans 'Show Player' %}
{% endblock %} {% analytics %}