{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

Welcome to consolidation, {{ current_user.username }}!


{% if value_pair[0] is not none and value_pair[1] is not none %}

{{ value_pair[0].name }}

Added {{ value_pair[0].original_author }}


    {{ value_form.submit(class="btn btn-success", form="merge-value-form", value="Merge") }}
    {{ value_form.hidden_tag() }} {{ value_form.value(class="form-control", style='display:inline-block', id="merge-value-name-field") }}
      {% endif %}
      `
      {{ value_form.hidden_tag() }} {{ value_form.value.label(id="value-form-label") }} {{ value_form.value(size=20, class="form-control", id="add-value-input") }} {{ value_form.submit(class="btn btn-primary") }}
      {% if value_pair[0] is not none and value_pair[1] is not none %}
      {% endif %}
      {% endblock %}