{% extends 'votebase/base.html' %} {% load i18n utils static google_short_url %} {% block title %}{{ survey.title }}{% endblock %} {% block content_title %} {% trans 'Back' %}
{% csrf_token %}
{% endblock %} {% block content_title_extra %}{% include 'surveys/helpers/advanced.html' %}{% endblock %} {% block subtitle %}{% trans 'Share' %}{% endblock %} {% block subtitle_extra %}{% include 'surveys/helpers/tabs.html' with active='share' survey=survey %}{% endblock %} {% block content %}
{% if object_list.count > 1 %}
{% include 'surveys/helpers/rounds-advanced.html' with survey=survey round=round rounds=object_list %}
{% else %}
{% endif %}

{% trans 'Almost done!' %}

{% trans 'You have several possibilities how to share your survey:' %}

{% trans 'Choose URL address format you like the most.' %}

{% with protocol|add:host|add:round.get_voting_url as link %} {% endwith %}
{% with protocol|add:host|add:round.get_voting_url as link %} {{ link|qrcode:round.survey }} {% endwith %}
{% if object_list.count < 2 %}

{% trans 'Adress this one survey to different audiences!' %}

{% trans 'You can create so called segments which will help you to separate voters in your survey statistics. It is usefull in situations when you need to summarize results of different audience groups. Each segment can be set independently. You will be able to change segment title, voting date ranges, access permission level and many other advanced settings.' %}

{% trans 'Create segment' %}
{% endif %}
{% endblock %}