<footer class="footer mt-auto py-3 bg-body-tertiary border-top text-muted small" id="footer" data-live-poll-region="footer">
  <div class="container-fluid">
    <div class="row">
      <div class="col-6">
        <%= t(".last_update_html", time: Time.current.utc.iso8601) %>
      </div>

      <div class="col-6 text-end">
        <%= t(".wording") %>
      </div>
    </div>
  </div>
</footer>