{% load seahub_tags i18n %} {% load url from future %}
{% csrf_token %}

{% trans "Post a discussion to group" %}

{% for group in groups %} {% endfor %}
{% if attach_type == 'dir' %} {% trans 'Directory icon' %} {% endif %} {% for name,link in zipped %} {% if forloop.last %} {% if attach_type == 'file' %} {% trans 'File' %} {% endif %} {{ name }} {% endif %} {% endfor %}