{% load wagtailcore_tags wagtailimages_tags mptt_tags static core_tags i18n %}
{% if self.get_parent_section.enable_recommended_section %}
{% get_recommended_articles self as articles %}
{% if articles %}
{% trans "You might like" %}
{% for article in articles %}
{% include "patterns/basics/article-teasers/sp_variations/teaser-thumbnail.html" with layouttype="base" %}
{% include "patterns/basics/article-teasers/sp_variations/teaser-title.html" with layouttype="base" %}
{% include "patterns/basics/comment-counter/sp_comment-counter.html" with layouttype="base" %}
{% load_tags_for_article article as tags %}
{% if tags %}
{% include "patterns/basics/article-tags/article-tag_teaser.html" %}
{% endif %}