azube/core/templates/component/report.html

10 lines
320 B
HTML
Raw Normal View History

2024-12-04 11:41:57 +01:00
<a href="/report/{{ report.id }}" class="{{ style.card }}">
{% if report.is_approved %}
<div
class="absolute top-0 right-0 translate-y-3 -translate-x-3 bg-green-500 text-white rounded-full w-6 h-6 flex items-center justify-center scale-[1.5]"
>
</div>
{% endif %} {{ report }}
</a>