{% load i18n %} {% load static %} {% load dashboard_tags %} {% if content.icon %} Threads {% endif %} {% if content.label|length > 0 %} {{content.label}} {% endif %}
    {% for l in content.description %} {% if l %}
  1. {% translate l.thread %}
  2. {% endif %} {% endfor %}