{% extends "base.html" %} {% block title %}{% if connection %}Edit{% else %}Add{% endif %} Connection{% endblock %} {% block page_title %}{% if connection %}Edit Connection{% else %}Add Connection{% endif %}{% endblock %} {% block content %}
********