<%= l(:lable_teacher_evaluation)%>:
    <% if teaher_score != "0.00" %>
        <%= render :partial => 'show_score', locals: {:stars => teaher_score}  %>
    <% end %>
    
      
        <%= comprehensive_evaluation.first.notes if !comprehensive_evaluation.nil? && comprehensive_evaluation.count > 0%>
      
     
    <% if(teaher_score == "0.00"  && !(!comprehensive_evaluation.nil? && comprehensive_evaluation.count > 0))%>
        <% if is_teacher %>
            <%#= render :partial => 'teacher_evaluation',
                       :locals => {:homework => homework, :comprehensive_evaluation => comprehensive_evaluation}  %>
        <% else %>
            
              <%= l(:lable_teacher_evaluation_no)  %>
            
        <% end %>
    <% end %>