{% extends "layout.html" %} {% block content %}

Indice d'Autonomie Stratégique

Ce site est collaboratif et gratuit, nous auditons des applications et services pour vos besoins d'autonomie stratégique.
Inscrivez-vous et aidez la communauté en auditant une solution !

{% if request.args.get('tag') %} {% endif %}

Filtrer par tags

Tous {% for tag in tags %} {{ tag.name }} {% endfor %}

{{ solutions|length }} solution(s) trouvée(s) {% if request.args.get('tag') %} pour le tag "{{ request.args.get('tag') }}"{% endif %}

{% for sol in solutions %} {% set scores = sol.calculate_scores() %}
{% if sol.logo_filename %} {% else %}
{{ sol.name[0] | upper }}
{% endif %}

{{ sol.name }}

{{ scores.final }}

{{ sol.description[:200:] }}...

{% if sol.origin %}{{ sol.origin }}{% endif %} {% if sol.license %}{{ sol.license }}{% endif %} {% if sol.tags %} {% for tag in sol.tags %}{{ tag.name }}{% endfor %} {% endif %}
{% else %}

Aucune solution référencée pour le moment.

{% endfor %}

Une solution manquante ?

Contribuez à l'Indice d'Autonomie Stratégique en ajoutant une solution au catalogue.

Proposer une solution
{% endblock %}