+
+
+
+
+
+
+
+ {{ provider.name }}
+
+
+ {% if provider.website %}
+
+ {{ provider.description|safe }}
+
+
+ Visit Website
+
+ {% endif %}
+
+
+ {% if provider.logo %}
+
+ {% endif %}
Available Services
-
- {% for service in services %}
-
-
-
-
- {% if service.logo %}
+
+
{% endblock %}
\ No newline at end of file
Available Services
+The following services are available on {{ provider.name }}
+
+ {% for service in services %}
+
+
+ {% endfor %}
+
- {% empty %}
-
+
+
+ {% if service.logo %}
+
- {% endif %}
-
+
-
+
+ {% endif %}
+
- {{ service.name }}
-
- {{ service.description|safe|truncatewords_html:30 }}
-
-
- {% for category in service.categories.all %}
- {{ category.full_path }}
- {% endfor %}
-
- View Details
+
+ {{ service.description|safe|truncatewords_html:30 }}
-
+ {% empty %}
+
- No services available from this provider yet.
-
+
+
+
+ No services available from this provider yet.
- {% endfor %}
-