< Back
{% for entry in urls %}
{{entry.url}}
{% if entry.sealed %}
[ done ]
{%endif %} {% if entry.votes != 0 -%} [ {{ entry.votes }} votes ] {%- endif -%}
{% endfor %}