{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Terms and Conditions{% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}

IMI Disclaimer

This site reflects the author's view and neither IMI nor the European Union, EFPIA, or any associated partners are responsible for any use that may be made of the information contained therein.

{% include "meta/footer.html" %} {% endblock %}