{% load i18n regwall_tags %} {% get_regwall_list as regwall_list %} {% get_regwall_list_read as regwall_list_read %} {% get_regwall_limit as regwall_limit %} {% if regwall_list|length >= regwall_limit %}

{% trans 'You read these articles' %}

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