Skip to content
Snippets Groups Projects
Commit 232c55d51566 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Add to provider links to success stories

issue10034
review345411002
parent 9356e2123da7
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 0 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -2,6 +2,7 @@
{% set website = 'https://www.b2ck.com/' %}
{% set email = 'info@b2ck.com' %}
{% set phone = '+32472544659' %}
{% set stories = ['expertise-vision'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
The main driving force behind Tryton.
......
......@@ -2,6 +2,7 @@
{% set website = 'https://datalifeit.es/' %}
{% set email = 'info@datalifeit.es' %}
{% set phone = '+34868057451' %}
{% set stories = ['grufesa'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A Spanish company with an experienced team of software engineers that provides
......
......@@ -2,6 +2,7 @@
{% set website = 'http://www.first.gr/' %}
{% set email = 'tryton@first.gr' %}
{% set phone = '+302106441354' %}
{% set stories = ['revelle'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
One of the few real ICT companies and thus is almost equally active in
......
{% set website = 'https://www.gcoop.coop/' %}
{% set email = 'info@gcoop.coop' %}
{% set phone = '+541152547755' %}
{% set stories = ['ammeba', 'gotsho-lims'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A group of professionals with extensive experience in the world of free
......
{% set img = url_for('static', filename='images/service-providers/inrowga.jpg') %}
{% set website = 'http://inrowga.com/' %}
{% set email = 'info@inrowga.com' %}
{% set stories = ['legna'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A company providing consulting and information technology services with experience implementing products and computer tools.
......
......@@ -2,6 +2,7 @@
{% set website = 'https://integraper.com/' %}
{% set email = 'informes@integraper.com' %}
{% set phone = '+51999444236' %}
{% set stories = ['camir'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
Implementation of ERP systems with free licensing; Tryton ERP and GNU Health.
......
......@@ -2,6 +2,7 @@
{% set website = 'https://www.kopen.es/' %}
{% set email = 'info@kopen.es' %}
{% set phone = '+34651569834' %}
{% set stories = ['jorda', 'koolvet'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A company focused on delivering Tryton to our customers.
......
......@@ -21,6 +21,9 @@
{% if phone %}
<a href="tel:{{ phone }}"><span class="material-icons">phone</span></a>
{% endif %}
{% for story in stories %}
<a href="{{ url_for('success_story', story=story) }}"><span class="material-icons">history_edu</span></a>
{% endfor %}
</div>
<div class="card-footer text-truncate">
{% block location %}{% endblock %}
......
......@@ -2,6 +2,7 @@
{% set website = 'https://www.powersolutions.ch/' %}
{% set email = 'contact@powersolutions.ch' %}
{% set phone = '+41412111222' %}
{% set stories = ['als-swiss', 'blue-box-distribution', 'felber'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
Since 2012 we have offered Tryton cloud servers that you can easily rent (SAAS).
......
......@@ -2,6 +2,7 @@
{% set website = 'https://sisalp.fr/' %}
{% set email = 'contact@sisalp.fr' %}
{% set phone = '+33950274960' %}
{% set stories = ['expertise-vision'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A consulting company focussed on free software for the enterprise.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment