|
|
|
@ -465,16 +465,14 @@
|
|
|
|
|
class="px-6 py-3 text-sm font-medium text-gray-500 uppercase border-r border-gray-300 whitespace-nowrap">
|
|
|
|
|
Recurring
|
|
|
|
|
</th>
|
|
|
|
|
{##}
|
|
|
|
|
{# <th scope="col" class="px-6 py-3 text-sm font-medium text-gray-500 uppercase whitespace-nowrap">#}
|
|
|
|
|
{# Actions#}
|
|
|
|
|
{# </th>#}
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
|
|
<!-- TABLE BODY -->
|
|
|
|
|
{% for service in customer_services %}
|
|
|
|
|
<tbody class="bg-white divide-y divide-gray-200">
|
|
|
|
|
<a href="{% url 'items' service.id %}">
|
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
|
<p class="text-secondosiblue">{{service.title}}</p>
|
|
|
|
|
</td>
|
|
|
|
@ -499,10 +497,7 @@
|
|
|
|
|
<span class="inline-block w-5 h-5 bg-red-500 text-white text-xs font-bold rounded-full leading-5">✘</span>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
</tbody>
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</table>
|
|
|
|
|