{% macro component(id="companies", checkboxes=true, pagination=true, search=false) %}
{% if search %}
{% endif %} {% if checkboxes %} {% endif %} {% set loopIndex = 0 %} {% for company in companies %} {% set loopIndex = loopIndex + 1 %} {% endfor %}
#ID Company Name Created Members Growth #INV Total Sales
#29177
{% if loopIndex == 1 or loopIndex == 5 or loopIndex == 6 or loopIndex == 8%}
PRO
{% endif %}
pin_drop Miami, Florida, USA
today 05-05-2019 account_circle {{ loopIndex }} {{ company.growth }} {{ company.growth_icon }} {{ loopIndex }} {{ company.amount }} arrow_forward
{% if pagination %}
15 of 1,430 arrow_forward
{% endif %} {% endmacro %} {{ component() }}