{# Here's where we add the share / like links #} {% load i18n %} {% with content.likes as likes %} {% with likes.n_likes as n_likes %} {% if n_likes %}
  • {% autoescape off %} {% for featured in likes.featured %} {{ featured.html_link }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endautoescape %}
  • {{ n_likes }}
  • {% endif %} {% comment %} {% endcomment %} {% if not likes.i_like %}
  • {% else %}
  • {% endif %} {% endwith %} {% endwith %}