diff --git a/common/templates/common/search_result.html b/common/templates/common/search_result.html index 0608fc35..587048d5 100644 --- a/common/templates/common/search_result.html +++ b/common/templates/common/search_result.html @@ -164,6 +164,13 @@ + {% if movie.rating %} +
+ {{ movie.rating }} + {% else %} +
{% trans '暂无评分' %}
+ {% endif %} + @@ -176,14 +183,9 @@ {% if movie.genre %}{% trans '类型' %} {% for genre in movie.get_genre_display %} {{ genre }}{% if not forloop.last %} {% endif %} - {% endfor %}/ - {% endif %} - - {% if movie.other_title %}{% trans '又名' %} - {% for other_title in movie.other_title %} - {{ other_title }}{% if not forloop.last %} {% endif %} {% endfor %} {% endif %} + {% if movie.actor %}{% trans '主演' %}