{% comment %} Preamble intro has lots of extra fields {% endcomment %} {% load macros %}
  • {{ meta.primary_agency }}

    {{ meta.title }}

    {% if meta.comment_state.name == 'OPEN' %}
    {{ meta.days_remaining }} Days
    {% elif meta.comment_state.name == 'CLOSED' %}
    0 Days
    {% endif %}
    {% if meta.comment_state.name == 'PREPUB' %} This comment period is not open. {% elif meta.comment_state.name == 'OPEN' %} Comment period closes on {{ meta.comments_close|date:"F j, Y" }} at 11:59pm EST. {% elif meta.comment_state.name == 'CLOSED' %} Comment period closed on {{ meta.comments_close|date:"F j, Y" }} at 11:59pm EST. {% endif %}{% comment %}No text in the NO_COMMENT state {% endcomment %}

    {% if meta.comment_state.name == 'PREPUB' %} The rule is not yet published in the Federal Register. {% else %} Rule published {{ meta.publication_date|date:"F j, Y"}} {% endif %}

    {% if meta.supporting_documents %} {% endif %}

    {% for title_info in meta.cfr_refs %} {{title_info.title}} CFR Parts {{ title_info.parts|join:", " }}
    {% endfor %} {{meta.dockets|join:"; "}}
    RIN {{meta.regulation_id_numbers|join:"; "}}

    {% if meta.comment_state.name == 'OPEN' and node.accepts_comments %} {% endif %}
  • {% for c in node.children %} {% with node=c %} {% include node.template_name %} {% endwith %} {% endfor %} {% if meta.supporting_documents %}
  • SUPPORTING DOCUMENTS FROM THE DOCKET:

      {% for doc in meta.supporting_documents|slice:":3" %}
    1. {% external_link text=doc.title url="https://www.regulations.gov/#!documentDetail;D="|add:doc.regs_id %}
    2. {% endfor %}
    3. {% with url="https://www.regulations.gov/#!docketBrowser;rpp=25;po=0;dct=SR%252BO;D="|add:meta.primary_docket %} {% external_link text="View all" classes="view-all" url=url %} {% endwith %}
  • {% endif %}