{% extends "enap_designsystem/base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% load static %} {% block content %}
{% if job.image %} {% image job.image fill-800x450 format-webp preserve-svg as card_img %}
{% endif %}
{% if job.title %}

{{ job.title }}

{% endif %} {% if job.description %}
{{ job.description|richtext }}
{% endif %}
{{ job.link_text|default:"Ver detalhes" }}
{{ job.get_status_label }}
{% endblock %}