{% extends "ralph_pricing/base.html" %} {% load url from future %} {% load icons %} {% load formats %} {% load bob %} {% block extra_headers %} {{ block.super }} {% if got_query and progress < 100 %} {% endif %} {% endblock %} {% block contentarea %}
{% if report_name %}

{{ report_name }}

{% endif %} {% block description %} {% endblock %}
{% for f in form %}
{% if f.label %} {% else %} {{ f }} {% endif %} {% if f.errors %} {% for e in f.errors %}{{ e }}{% endfor %} {% endif %}
{% endfor %} {% block form_buttons %}
{% endblock %}
{% if got_query and progress < 100 %} {% block progress_bar %}

Calculating the report, please wait...

{% endblock %} {% endif %} {% if progress > 0 %} {% if header %} {% block table %} {% for column in header %} {% endfor %} {% for row in data %} {% for value in row %} {% endfor %} {% endfor %}
{{ column }}
3 %}style="text-align:right"{% endif %} >{{ value }}
{% endblock %} {% else %} {% if got_query %}

Error! We are extremely sorry, but unfortunately, the calculation of this report could not be completed due to an error in the code. The people responsible for that will be severely punished.

Thank you and have a nice day.

{% endif %} {% endif %} {% endif %}
{% endblock contentarea %}