{% set companies = [{ name: "Moon Ltd", growth: "3%", growth_icon: "arrow_upward", growth_color: "success", amount: "$32,124", status: "PAID" }, { name: "Blue Space Ltd", growth: "5%", growth_icon: "arrow_upward", growth_color: "success", amount: "$13,593", status: "PAID" }, { name: "Visual Design", growth: "12%", growth_icon: "arrow_upward", growth_color: "danger", amount: "$2,229", status: "DUE" }, { name: "Fox Technologies", growth: "54%", growth_icon: "arrow_upward", growth_color: "success", amount: "$41,139", status: "PAID" }, { name: "JMS Ltd", growth: "5%", growth_icon: "arrow_upward", growth_color: "danger", amount: "$3,002", status: "DUE" }, { name: "Langston Corp", growth: "9%", growth_icon: "arrow_upward", growth_color: "success", amount: "$2,884", status: "PAID" }, { name: "Compare Solutions", growth: "3%", growth_icon: "arrow_upward", growth_color: "success", amount: "$15,844", status: "PAID" }, { name: "Hill Enterprises", growth: "12%", growth_icon: "arrow_upward", growth_color: "success", amount: "$9,772", status: "PAID" }, { name: "Monday Ltd", growth: "17%", growth_icon: "arrow_upward", growth_color: "success", amount: "$44,172", status: "PAID" }, { name: "Hexio Enterprise", growth: "31%", growth_icon: "arrow_upward", growth_color: "success", amount: "$21,984", status: "PAID" },{ name: "Moon Ltd", growth: "3%", growth_icon: "arrow_upward", growth_color: "success", amount: "$32,124", status: "PAID" }, { name: "Blue Space Ltd", growth: "5%", growth_icon: "arrow_upward", growth_color: "success", amount: "$13,593", status: "PAID" }, { name: "Visual Design", growth: "12%", growth_icon: "arrow_upward", growth_color: "danger", amount: "$2,229", status: "DUE" }, { name: "Fox Technologies", growth: "54%", growth_icon: "arrow_upward", growth_color: "success", amount: "$41,139", status: "PAID" }, { name: "JMS Ltd", growth: "5%", growth_icon: "arrow_upward", growth_color: "danger", amount: "$3,002", status: "DUE" }, { name: "Langston Corp", growth: "9%", growth_icon: "arrow_upward", growth_color: "success", amount: "$2,884", status: "PAID" }, { name: "Compare Solutions", growth: "3%", growth_icon: "arrow_upward", growth_color: "success", amount: "$15,844", status: "PAID" }, { name: "Hill Enterprises", growth: "12%", growth_icon: "arrow_upward", growth_color: "success", amount: "$9,772", status: "PAID" }, { name: "Monday Ltd", growth: "17%", growth_icon: "arrow_upward", growth_color: "success", amount: "$44,172", status: "PAID" }, { name: "Hexio Enterprise", growth: "31%", growth_icon: "arrow_upward", growth_color: "success", amount: "$21,984", status: "PAID" }] %} {% if 'fluid' in prefix %} {% endif %}

{% include 'pages/_companies.table.html' %}