<h2>Queue <code>{{ queueHost }}/{{ queueName }}</code></h2>

<h3>400</h3>
<p>Job state <code>{{ state }}</code> does not exist</p>
<p>
  <a href="{{ basePath }}/{{ encodeURI queueHost }}/{{ encodeURI queueName }}" class="btn btn-primary">Go back to
    {{ queueHost }}/{{ queueName }}</a>
</p>

{{#contentFor 'sidebar'}}
<li><a href="{{ basePath }}/">Queues Overview</a></li>
<li><a href="{{ basePath }}/{{ encodeURI queueHost }}/{{ encodeURI queueName }}">Queue
    <code>{{ queueHost }}/{{ queueName }}</code></a></li>
<li class="active"><a href="#">404</a></li>
{{#if hasFlows}}
<li><a href="{{ basePath }}/flows/">Flows Overview</a></li>
{{/if}}
{{/contentFor}}