{% extends "regulations/chrome.html" %} {% load macros %} {% comment %} The chrome of diff mode is a bit different than the rest of the application; the "effective date" is now a comparison, the sidebar is empty, and both the table of contents and the version tab are quite different {% endcomment %} {% block title %} Comparison of {{meta.cfr_title_number}} CFR {{formatted_id}} | eRegulations {% endblock %} {% block header-secondary %} Comparing: {% with older_version=version %} {% for version in history %} {% if version.version == older_version %}{{ version.by_date|date }}{% endif %} {% endfor %} to {% for version in history %} {% if version.version == newer_version %}{{ version.by_date|date }}{% endif %} {% endfor %} {% endwith %} {% endblock %} {% block sidebar-history-link %}
  • Regulation Timeline
  • {% endblock %} {% block drawer-toc %} {% endblock %} {% block drawer-history %} {% endblock %}