{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %}

SERVICIOS



{% for service in services %} {% endfor%}
SERVICIOS TIPO OPCIONES
{{ service.name }} {{ service.service_type }}
Nuevo Servicio
{% for servicesGroup in servicesGroups %} {% endfor%}
GRUPOS DE SERVICIOS OPCIONES
{{ servicesGroup.name }}
Nuevo Grupo















{% endblock %}