{% extends "layout.html.jinja" %} {% set title = "Helix Calculator" %} {% block contents %} {% if 'sfdc_export_urls' in context %} {% if context['sfdc_export_error'] %}
{{ context['sfdc_export_error'] }}
{% else %}
Documents exported to Sales Force succesffully.
{% endif %} {% endif %}

Download

{% if context['csv_available'] %}
{% if 'SFID' in session %}
{% endif %} {% else %} Please complete previous steps first! {% endif %} {% include "navigation_buttons.html.jinja" %} {% endblock %}