Title {% if errors %} {% if errors["title"] %} {{ errors["title"][0] }} {% endif %} {% endif %} URL {% if errors %} {% if errors["long_url"] %} {{ errors["long_url"][0] }} {% endif %} {% endif %} {% if show_short_url %} Optional Alias {% if errors %} {% if errors["short_url"] %} {{ errors["short_url"][0] }} {% endif %} {% endif %} {% endif %} EDIT