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

Calculator

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

{{ working_days }} working days

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