aemo_fr/templates/partial_show_docs.html

9 lines
237 B
HTML
Raw Permalink Normal View History

2024-06-03 16:49:01 +02:00
{% for doc in docs %}
<div class="py-1">
<a href="{{ doc.get_absolute_url }}">{{ doc.title }}</a>
<a href="{{ doc.get_print_url }}">
<img class="icon-xs" src="{% static 'img/printer.png' %}">
</a>
</div>
{% endfor %}