{% macro progressBar(showPercentage = 'false', id) %}
{% if showPercentage == 'true' %} 0% {% endif %}
{% endmacro %}