{% load i18n regwall_tags %} {% get_regwall_attempts as regwall_attempts %} {% get_regwall_successes as regwall_successes %} {% get_regwall_limit as regwall_limit %} {% if regwall_attempts|length >= regwall_limit %}

{% trans 'You read these articles' %}

    {% for article in regwall_successes %}
  1. {{ article.headline }}
  2. {% endfor %}
{% endif %}