{% extends "base.html" %} {% load url from future %} {% block title %}Dashboard{% endblock %} {% block content %}
{% with count_jtable as jtable %} {% with count_jtid as jtid %} {% with count_button as button %} {% include "jtable.html" %} {% endwith %} {% endwith %} {% endwith %}
{% with backdoor_jtable as jtable %} {% with backdoor_jtid as jtid %} {% with backdoor_button as button %} {% include "jtable.html" %} {% endwith %} {% endwith %} {% endwith %}
{% with campaign_jtable as jtable %} {% with campaign_jtid as jtid %} {% with campaign_button as button %} {% include "jtable.html" %} {% endwith %} {% endwith %} {% endwith %}
{% with indicator_jtable as jtable %} {% with indicator_jtid as jtid %} {% with indicator_button as button %} {% include "jtable.html" %} {% endwith %} {% endwith %} {% endwith %}
{% with email_jtable as jtable %} {% with email_jtid as jtid %} {% with email_button as button %} {% include "jtable.html" %} {% endwith %} {% endwith %} {% endwith %}
{% with sample_jtable as jtable %} {% with sample_jtid as jtid %} {% with sample_button as button %} {% include "jtable.html" %} {% endwith %} {% endwith %} {% endwith %}
{% endblock %}