{% extends "::base.html.twig" %} {% block title "Select a Vendor" %} {% block content %}
Select a Vendor
{% for vid,name in vendors %} {% else %} {% endfor %}
{{ name }}
There are no vendors for this activity
{% endblock %}