{% macro checkout_info(app) %} {% if app.channel.channel %}
{{ app.project.name }} / {{app.config.options.mount_label }} is hosted on FreeNode IRC channel {{app.channel.channel}}
{% else %}No channel has been set for this chat tool.
{% endif %} {% endmacro %}