|
|
@ -493,7 +493,11 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
<p class="text-secondosiblue">{{service.recurring}}</p>
|
|
|
|
{% if service.recurring %}
|
|
|
|
|
|
|
|
<span class="inline-block w-5 h-5 bg-green-500 text-white text-xs font-bold rounded-full leading-5">✔</span>
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
<span class="inline-block w-5 h-5 bg-red-500 text-white text-xs font-bold rounded-full leading-5">✘</span>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|