{% if c.action == 'edit' %}
{% else %} {% endif %}

Properties of {% if c.action == 'edit' %}VRF: {{ c.edit_vrf.name }} {% else %}new VRF{% endif %}

RT
Name *
Description
Tags
    {%- if c.action == 'edit' -%} {% for tag in c.edit_vrf.tags|sort() %}
  • {{ tag }}
  • {% endfor %} {% endif %}
{% if c.vrf is defined %} {% endif %}