{% extends 'SharixAdmin/index.html' %} {% block contenthome %}

{{ title }}

{% comment %} Print all records {% endcomment %} {% for service_type in service_types %} {% endfor %}
ID Название
{{service_type.id}} {{service_type.caption}}
{% comment %} modal confirm delete {% endcomment %}
{% comment %} modal confirm delete ends {% endcomment %} {% comment %} modal edit {% endcomment %}
{% comment %} modal edit ends {% endcomment %} {% comment %} modal new {%endcomment %}
{% csrf_token %}
{% comment %} modal new ends {% endcomment %} {% endblock contenthome %}