1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-22 15:44:19 +00:00
estus/templates/dispositivo/details.htm
2017-09-11 15:00:04 +02:00

15 lines
No EOL
420 B
HTML

{% extends "base.htm" %}
{% block content %}
<ul class="list-group">
{% for ente in conteggioservizi %}
<li class="list-group-item">
<div class="list-group-item-heading">
Sassi
</div>
<div class="list-group-item-text">
10
</div>
</li>
{% endfor %}
</ul>
{% endblock %}