{% if loaded %} {% if config.showAsList %} {% else %}
{% if (config.showSourceTitle and sourceTitle) or config.showPublishDate %}
{% if sourceTitle and config.showSourceTitle %} {{ sourceTitle }}{% if config.showPublishDate %}, {% else %}: {% endif %} {% endif %} {% if config.showPublishDate %} {{ publishDate }}: {% endif %}
{% endif %}
{{ title }}
{% if config.showDescription %}
{% if config.truncDescription %} {{ description | truncate(config.lengthDescription) }} {% else %} {{ description }} {% endif %}
{% endif %}
{% endif %} {% elseif error %}
{{ "MODULE_CONFIG_ERROR" | translate({MODULE_NAME: "Newsfeed", ERROR: error}) | safe }}
{% else %}
{{ "LOADING" | translate | safe }}
{% endif %}