{% comment %} Preamble intro has lots of extra fields {% endcomment %} {% load macros %}
{% 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 == 'PREPUB' %} The rule is not yet published in the Federal Register. {% else %} Rule published {{ meta.publication_date|date:"F j, Y"}} {% endif %}