Django テンプレートの開始タグが終了タグと正しく一致していない場合に報告します。
例:
{% if error_message %}<p><strong>{{ error_message }}</p>{% endif %}
IDE は strong タグが閉じられていない場合にエラーを報告します。
strong