{% extends "starter-template.html" %} {% block content %}
{% for terminal in user.terminals %} {{ terminal }} {% endfor %}
{% for supplier in user.suppliers %} {{ supplier }} {% endfor %} Add a supplier
{% for role in user.roles %} {{ role }} {% endfor %} Add a role
{% endblock %}