{% load i18n %} {% load static %} {% load wagtailimages_tags %} {% load wagtailmarkdown %} {% load wagtail_resume_extras %} {% if debug_i18n %} {% include 'wagtail_resume/localization_dropdown.html' %} {% endif %} {# djlint:off #} {% with page.background_color|default_if_none:"#343A40" as bg_color %} {% endwith %} {# djlint:on #}

{{ page.full_name }}

{% if page.role %}

{{ page.role }}

{% endif %} {% if page.latest_revision_created_at %}

Last update: {{ page.latest_revision_created_at|date }}

{% endif %}
{% image page.photo original class="photo" %}

{% if page.about_icon %}{% endif %} {% trans "About" %}


{{ page.about | markdown }}

{% for block in page.resume %}{{ block }}{% endfor %} {% if page.pdf_generation_visibility == "always" or user.is_authenticated and page.pdf_generation_visibility == "authenticated" %} {% trans "Get PDF" %} {% endif %}