{% load i18n l10n djangofloor %}

{% trans 'Check exception handling' %}

{% if celery_required %}

{% trans 'A DivisionByZero exception will be raised in the selected process (webserver or Celery worker). You can check if the raised exception is gracefully handled by your supervision.' %}

{% else %}

{% trans 'A DivisionByZero exception will be raised. You can check if the raised exception is gracefully handled by your supervision.' %}

{% endif %}
{% if celery_required %}{% trans 'Select the process where the exception will be raised:' %}{% endif %} {% trans 'raise an exception in a HTTP request' %}{% if celery_required %} {% trans 'raise an exception in a Celery queue.' %}{% endif %}

{% trans 'Generate a log message' %}

{% csrf_token %}
{{ logname_form.log_name }}
{{ logname_form.level }}
{% if celery_required %}{% trans 'Select the process that should write the message:' %}{% endif %} {% if celery_required %} {% endif %}