{% trans "Tags:" %}
{% ifequal klass 'Data' %}
{% for tag in object.get_tags %}{% if tag %}{{ tag }} {% endif %}{% endfor %}
{% endifequal %}
{% ifequal klass 'Task' %}
{% for tag in object.get_tags %}{% if tag %}{{ tag }} {% endif %}{% endfor %}
{% endifequal %}
{% ifequal klass 'Method' %}
{% for tag in object.get_tags %}{% if tag %}{{ tag }} {% endif %}{% endfor %}
{% endifequal %}
{% ifequal klass 'Challenge' %}
{% for tag in object.get_tags %}{% if tag %}{{ tag }} {% endif %}{% endfor %}
{% endifequal %}