|
|
{{ entity.id }} |
|
|
{{ entity.createdAt|date(app.user.dateFormat ~ ' H:i:s', app.user.timezone) }} |
|
|
{{ entity.updatedAt|date(app.user.dateFormat, app.user.timezone) }} |
|
|
{{ entity.command }} |
|
|
{{ entity.arguments }} |
|
|
{{ entity.description }} |
|
|
{{ entity.runningInstances }} |
|
|
{{ entity.maxInstances }} |
|
|
{{ entity.number }} |
|
|
{% if entity.enable %}
true
{% else %}
false
{% endif %}
|