Grammar And Spell Checker

{% if corrected_text %}
Corrected text:

{{ corrected_text }}

Mistakes found:

{{ found_mistakes }}

{% else %}

No text provided or corrected.

{% endif %}
{% if corrected_file_text %}
Corrected file text:

{{ corrected_file_text }}

Mistakes found:

{{ found_file_mistakes }}

{% else %}

No file provided or corrected.

{% endif %}