{% extends "base.html" %} {% block content %}
| Artist | Song | Rating | Type | Favorite |
|---|---|---|---|---|
| {{ result.artist_name}} | {{ result.song_name}} (ver {{result.version}}) | {{ result.rating}}/5 ({{result.votes}}) | {{ result._type}} | ★ |
| {% if search_results.current_page > 1 %} ⇐ {% else %} ⇐ {% endif %} | {% for page in range(search_results.total_pages) %}{{ page + 1 }} | {% endfor %}{% if search_results.current_page < search_results.total_pages %} ⇒ {% else %} ⇒ {% endif %} |