{% extends "base.html" %} {% load static i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block content %}

Calculator

Enter date in YYYY-MM-DD format. For example for january 5th 2016 type 2016-01-05.
{% csrf_token %}
{% for error in form.start_date.errors %}

{{ error }}

{% endfor %}
{% for error in form.end_date.errors %}

{{ error }}

{% endfor %}
{% if working_days%}

{{ working_days }} working days

{% endif %}
Version: {{ version }}
{% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}