{% extends "layout.html" %} {% block title %}{{ component_name }} - Travel builds{% endblock %} {% block content %} {{component_name}} {% set component_info = ({ "component_name": component_name, "commits": commits, "unique_id": "single_component_unique_id", }) %} Pending commits {% for commit in commits %} @{{commit.author}} {{commit.message}} {% if commit.task_id %} Release {% else %} Release {% endif %} r{{commit.revision}} {% endfor %} {% include "release_modals.html" %} {% endblock %}