{% if counts and not counts_failed %}

{{ counts.backlinks.total | number_format }}

{{ "backlinks" | rt }}

{{ counts.domains.total | number_format }}

{{ "unique backlinks" | rt }}

{{ counts.backlinks.toHomePage | number_format }}

{{ "links to homepage" | rt }}

{{ (counts.backlinks.total - counts.backlinks.doFollow) | number_format }}

{{ "nofollow backlinks" | rt }}
{% endif %}

{{ title }}

{% if backlinks %} {% include 'actions/download.html' %} {% endif %}
{% for i, backlink in backlinks %} {% else %} {% endfor %}