<article>
  <h1>{%= post.settings.mybox.satellite.fast.title %}</h1>
  <ol class="steps <%= step %>">
    <li>
      <span class="<%= state.satellite %>">{%= install.mutual.steps.satellite.title %}</span>
      <h2>{%= install.mutual.steps.satellite.subtitle %}</h2>
    </li>
    <li>
      <span class="<%= state.channels %>">{%= install.mutual.steps.update.title %}</span>
      <h2>{%= install.mutual.steps.channels.subtitle %}</h2>
    </li>
  </ol>
  <% if (state.channels) { %>
    <p>{%= post.settings.mybox.satellite.fast.result %}<span><%= services.length %></span></p>
  <% } else { %>
    <p>{%= post.settings.mybox.satellite.fast.pending %}</p>
    <p id="progress"></p>
  <% } %>
  <footer>
    <button class="selected">
      <% if (state.channels) { %>
        {%= mutual.close %}
      <% } else { %>
        {%= mutual.stop %}
      <% } %>
    </button>
  </footer>
</article>
