You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
573 B
17 lines
573 B
{% url url_prefix|add:'img' id=obj.pk as url_img %}
|
|
{% url url_prefix|add:'pdf' id=obj.pk as url_pdf %}
|
|
{% url url_prefix|add:'xls' id=obj.pk as url_xls %}
|
|
|
|
<div class="doc-panel-header">Скачать документ</div>
|
|
|
|
{% if not images %}
|
|
<a class="doc look-link" href="{{ url_img }}">Предпросмотр {{ padeji.rodit }}</a>
|
|
{% endif %}
|
|
|
|
<div class="clear"></div>
|
|
|
|
<a class="doc pdf-link left" href="{{ url_pdf }}">Документ в PDF</a>
|
|
|
|
<a class="doc excel-link left" href="{{ url_xls }}"> Документ в Excel</a>
|
|
|
|
<div class="clear"></div>
|
|
|