description = "Progressbars Section" [viewBag] == addJs('assets/vendor/waypoints/jquery.waypoints.min.js'); } ?> ==
{% if data.section_progressbars_header or data.section_progressbars_subheader %}

{{ data.section_progressbars_header }}

{{ data.section_progressbars_subheader }}
{% endif %}
{% for fields in data.section_progressbars %} {% if data.section_progressbars_direction == 'bar-horizontal_barHor' %}
{{ fields.section_progressbars_title }} {{ fields.section_progressbars_number }}%
{% else %}
{{ fields.section_progressbars_title }} {{ fields.section_progressbars_number }}%
{% endif %}
{{ fields.section_progressbars_number }}% Complete
{% endfor %}
{% if data.section_progressbars_animation %} {% put scripts %} {% endput %} {% endif %}