topics.html 290 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 {% autoescape %} <h3>Tópicos</h3> {% for t in state %} <p>{{ t[0] }}<br> {{ round(t[1]*5)*'<i class="fa fa-star text-success" aria-hidden="true"></i>' + round(5-t[1]*5)*'<i class="fa fa-star-o" aria-hidden="true"></i>' }} </p> {% end %} </div> </div>