{% extends "base.html" %} {% block view %}
{{_('Report to developers: Activity failed to start!')}}
{{_('You may also add a comment regarding failure conditions.')}}
{%- if not (session['connected'] or False) -%}


{{_('Sugar Network is in offline mode')}}
{{_('Your report will be queued for upload.')}}
{%- endif -%}
{% endblock view %}