diff --git a/templates/faction/war/target.html b/templates/faction/war/target.html index c87f1961..e1edbd89 100644 --- a/templates/faction/war/target.html +++ b/templates/faction/war/target.html @@ -1,3 +1,4 @@ +{% load i18n %} {% comment %} Copyright 2019 kivou.2000607@gmail.com @@ -49,7 +50,7 @@ {% if target.status_color == "blue" %} {{target.status_description}} {% else %} - {{target.status_description}} + {% if target.status_details %}{{target.status_details|cleanhtml}}{% else %}{{target.status_description}}{% endif %} {% endif %}