### Autogenerated by vrf.py ###
#
# Routing table ID to name mapping reference
# id       vrf name         comment
{% if name is defined and name is not none %}
{%   for vrf, vrf_config in name.items() %}
{{ "%-10s" | format(vrf_config.table) }} {{ "%-16s" | format(vrf) }} {{ '# ' + vrf_config.description if vrf_config.description is defined and vrf_config.description is not none }}
{%   endfor %}
{% endif %}