emile 1 day ago
parent ab899daa1d
commit afd60b9cc7

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

Loading…
Cancel
Save