{{ solution.name }}
{% if current_user.is_authenticated and current_user.is_admin %} Modifier la fiche {% endif %}{% if solution.website %}Site Officiel{% endif %}
{{ solution.description }}
{% extends "layout.html" %}
{% block content %}
{% if solution.website %}Site Officiel{% endif %}
{{ solution.description }}
{{ solution.name }}
{% if current_user.is_authenticated and current_user.is_admin %}
Modifier la fiche
{% endif %}