{% extends "web/base.html" %} {% block title %}Build | tcx{% endblock %} {% block page_label %}Build{% endblock %} {% block content %}
{{ server.command }}{% elif server.url %}{{ server.url }}{% endif %}
{% if server.env_keys %}env: {{ server.env_keys|join:", " }}{% endif %}
{% if server.error %}{{ server.error }}{% endif %}