{% extends "base.html" %} {% load i18n static %} {% block head %} TipPy Blog {% endblock %} {% block nav %} {% include "nav.html" with ls=ls season=season %} {% endblock %} {% block body %}
{% if form_bp.errors %}

{% if form_bp.errors.items|length == 1 %} {% trans "Please correct the error below." %} {% else %} {% trans "Please correct the errors below." %} {% endif %}

{% endif %}
{% csrf_token %}
{{ form_bp.content.errors }}
{% if cnt_mandants > 1 %} {{ form_mandants.mandants.label_tag }} {% for choice in form_mandants.mandants %} {% endfor %} {% endif %}
{% if debug %}

{{ debug }}

{% endif %}
{% endblock %}