Search
More options
{% if searchResults %}
{% for map in searchResults %}
{{ map['Name'] }}
Difficulty: {{ '▲' * map['AverageUserDifficulty']|int }}
by {{ map['CreatorName'] }}
{{ map['NumThumbsUp'] }} 👍 {{ map['NumThumbsDown'] }} 👎
Code:
{% endfor %}

Page {{ searchPage+1 }}

{% if not searchPage <= 0 %}Prev{% endif %} {% if not entryNumber < entryLimit %}Next{% endif %}
{% endif %}