{%- macro format_str_date(str_date) -%} {{ strptime(str_date, '%Y-%m-%d').strftime('%b %Y') }} {%- endmacro -%} {%- macro format_date_range(exp) -%} {{ format_str_date(exp.startDate) }} - {% if exp.endDate %}{{ format_str_date(exp.endDate) }}{% else %}Present{% endif %} {%- endmacro -%}
{{ basics.label }}
{% endif %}