{% extends 'board.html' %} {% load crispy_forms_tags %} {% load static %} {% load humanize %} {% load home_tags %} {% block title %} Billing {% endblock title %} {% block content %}

Test registration closes after the countdown to zero

{{ data.days|stringformat:"02d" }} : {{ data.hours|stringformat:"02d" }} : {{ data.minutes|stringformat:"02d" }} : {{ data.seconds|stringformat:"02d" }}

{% if reg.paid == True %}

₦{{total|intcomma}}

You have paid!
{% elif reg.paid == False %}

Test Fee

₦{{total|intcomma}}

Pay now to avoid lateness fee!
{% else %}

Test Fee

₦{{total|intcomma}}

Pay now to avoid lateness fee!
{% endif %}
{% endblock content%}