{% extends "django_dagster/base.html" %} {% load i18n %} {% block content_title %}

{{ title }}

{% endblock %} {% block dagster_breadcrumbs %} › {% trans 'Jobs' %} › {{ job.name }} {% endblock %} {% block dagster_content %}
{% if can_trigger %}
{% endif %}
{% if dagster_job_ui_url %}
{% endif %}

{% trans 'Job Details' %}

{{ job.name }}{% if dagster_job_ui_url %} {% endif %}
{{ job.description|default:"—" }}
{{ job.repository }}{% if dagster_ui_locations_url %} {% endif %}
{{ job.location }}{% if dagster_location_ui_url %} {% endif %}
{% if recent_runs %} {% endif %} {% endblock %}