{% extends "base.html" %} {% load static %} {% load markdown_filters %} {% block title %}{{ activity.name }} - Activity{% endblock %} {% block content %}
Order: #{{ activity.order }} {% if activity.phase %} {{ activity.phase.name }} {% endif %} {% if activity.predecessor or activity.successor %} Has Dependencies {% endif %}
Updated {{ activity.updated_at|timesince }} ago
{{ activity.agent.description|markdown|striptags|truncatewords:15 }}
{% endif %} {% else %}No agent assigned
{% endif %} {% if can_edit %} {% if activity.agent %}Change{% else %}Assign{% endif %} Agent {% endif %}No skill required
{% endif %} {% if can_edit %} {% if activity.skill %}Change{% else %}Assign{% endif %} Skill {% endif %}{{ rule.slug }}
No rules linked.
{% endif %} {% if can_edit %} Edit rules {% endif %}No input artifacts
{% endif %} {% if can_edit %} Manage Artifacts {% endif %}