{% if not loadExternalReference %}
    {% i18n_var "Note: For security reasons, external reference is blocked (See configure dialog)." as msg %}
            {{ msg|safe }}
    
    
    
{% endif %}
{% if articles %}
{% for article in articles %}
  
  {% if article.strippedTitle %}
  
  {% endif %}
  {%if article.articlePubDate %}
  
  {% endif %}
  {% if article.author %}
  
  {% endif %}
  {% if article.enclosure %}
  
  {% endif %}
  
  {% if article.imageFeed %}
  {{ article.imageFeed|safe }}
  {% endif %}
  
  {% if article.content %}
  {{ article.content|safe }}
  {% endif %}
  {% if article.articleCompleteStoryLink %}
  
{{ completeStoryI18n }}
  {% endif %}
{% endfor %}
{% endif %}