{% extends "base.html" %} {% block view %}
{{_('Sugar Network Synchronization')}}
{{_('The following resources are queued for sharing.')}}

{{_('Feedback')}}: {{resources_total}}

{{_('Solutions')}}: {{solutions_total}}

{{_('Reviews')}}: {{reviews_total}}
{%- if (session['connected'] or False) -%}
{{_('Creative Commons Attribution Share-Alike License')}} {{_('Please note that all contributions to Sugar Labs are considered to be released under the Attribution 3.0 Unported. If you do not want your writing to be edited and redistributed at will, then do not submit it here.') }}
{{_('You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.')}}
{%- else -%}


{{_('You are in offline mode')}}
{{_('You need to be connected to the Internet or to a Sugar Network Node in order to sync.')}}
{%- endif -%}
{% endblock view %}