All The Tools You Need To Build A Successful Online Business

All The Tools You Need To Build A Successful Online Business

Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Mauris pellentesque eget lorem malesuada wisi nec, nullam mus. Mauris vel mauris. Orci fusce ipsum faucibus scelerisque.

VIEW 22 · LIQUID PROBE
1 · SITE OBJECT
site.title ....... [{{ current_site.title }}]
site.id .......... [{{ current_site.id }}]
library_url ...... [{{ current_site.library_url }}]
2 · PRODUCTS (critical)
products.size .... [{{ current_site.products.size }}]
3 · PER-PRODUCT COMPLETION
{% for p in current_site.products %} ── {{ p.title }}
  completed ... [{{ p.completion.completed }}]
  total ....... [{{ p.completion.total }}]
  percent ..... [{{ p.completion.percent }}]
  next_post ... [{{ p.completion.next_post.title }}]
  next_url .... [{{ p.completion.next_post.url }}]
  announce .... [{{ p.announcements.size }}]
{% else %} NO PRODUCTS RETURNED
{% endfor %}
4 · MEMBER OBJECT (undocumented test)
current_member.name .. [{{ current_member.name }}]
current_member.email . [{{ current_member.email }}]
contact.name ......... [{{ contact.name }}]
contact.email ........ [{{ contact.email }}]
member.name .......... [{{ member.name }}]
member.email ......... [{{ member.email }}]
5 · NAME IN THE DOM
running...