{% load wagtailcore_tags wagtailimages_tags %} {% load static %} {% block content %}

{{ job.title }}

{{ job.description|richtext|striptags|truncatewords:15 }}

{% if job.registration_start %}
{{ job.registration_start|date:"d/m/Y" }}
{% endif %}
Saiba mais
{% endblock %}