Files
ihrm/project/templates/cbv/tasks/task_document.html
2025-02-14 10:08:50 +05:30

11 lines
453 B
HTML

{% load i18n %}
{% if instance.document %}
<span class="oh-timeoff-modal__stat-title">{% trans "Document" %}</span>
<div class="d-flex ">
<a href="{{instance.document.url}}" rel="noopener noreferrer" target="_blank"><span
class="oh-file-icon oh-file-icon--pdf" onmouseover="enlargeattachment('{{instance.document.url}}')"
style="width:40px;height:40px"></span>
</a>
</div>
{% endif%}