{% extends "django_dagster/base.html" %} {% load i18n %} {% block content_title %}
| {% elif current_sort == '-name' %} | {% else %} | {% endif %} | {% trans 'Description' %} |
{% if dagster_ui_url %}
{% trans 'Dagster UI' %} |
{% endif %}
|---|---|---|---|---|
| {{ job.name }} | {{ job.description|default:"—" }} | {% if dagster_ui_url %}{% if job.dagster_ui_url %}↗{% endif %} | {% endif %}
{% trans 'No jobs found. Make sure your Dagster instance has code locations loaded.' %}
{% endif %} {% endif %} {% endblock %}