<tbody>
{% for document in course.document.all|from_course_type:type|from_doc_type:doc_type %}
<tr>
- <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %}>{% if document.file %}<a href="{% url teleforma-document-view document.id %}" target="_blank" title="{% trans "View" %}"><img src="{{ STATIC_URL }}/teleforma/images/application-msword.png" style="vertical-align:middle" alt="" />{% endif %} {{ document.title }}{% if document.file %}</a>{% endif %}</td>
+ <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %} width="60%">{% if document.file %}<a href="{% url teleforma-document-view document.id %}" target="_blank" title="{% trans "View" %}"><img src="{{ STATIC_URL }}/teleforma/images/application-msword.png" style="vertical-align:middle" alt="" />{% endif %} {{ document.title }}{% if document.file %}</a>{% endif %}</td>
<!--<td align="center">
{% if document.is_annal %}
<img src="images/ok.png" alt="yes" style="vertical-align:middle" />
{% endif %}
</td>-->
- <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %}>{{ document.date_added }}</td>
- <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %} align="center">{% if document.file %}<a href="{% url teleforma-document-download document.id %}"><img src="{% url telemeta-images "download.png" %}" width="16px" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a>{% endif %}</td>
+ <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %} width="35%">{{ document.date_added }}</td>
+ <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %} width="5%" align="center">{% if document.file %}<a href="{% url teleforma-document-download document.id %} class="component_icon button icon_download""><img src="{{ STATIC_URL }}teleforma/images/download.png" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a>{% endif %}</td>
</tr>
{% endfor %}
</tbody>