{% extends 'base.html' %} {% load i18n %} {% load static %} {% block title %} {% trans 'Service List' %} {% endblock %} {% block description %} {% trans 'Service List' %}. {% endblock %} {% block body %}
| {% trans 'Name' %} | {% trans 'Duration' %} | {% trans 'Price' %} | {% trans 'Action' %} |
|---|---|---|---|
| {{ service.name }} | {{ service.get_duration }} | {{ service.get_price_text }} | |
| {% trans 'No service found' %}. | |||