{% extends "ddm_participation/base.html" %} {% load i18n %} {% load render_bundle from webpack_loader %} {% get_current_language as LANGUAGE_CODE %} {% block content %}
{{ uploader_configs|json_script:"config-data" }} {{ custom_translations|json_script:"custom-translations" }}
{% render_bundle "ddm_uploader_frontend" config="DDM_UPLOADER" %}
{% endblock content %}