{% extends 'gui2/appstore2/base.html' %} {% load dashboard_tags %} {% load crispy_forms_tags %} {% load humanize %} {% load fontawesome %} {% load control %} {% load static %} {% load i18n %} {% block breadcrumbs %} {% with tags=spec.tags|join:" " %} {% with knowledge=spec.name|add:' '|add:app.name|add:' '|add:tags %}{{ block.super }}{% endwith %} {% endwith %} {% endblock breadcrumbs %} {% block nav_index%} {% with nav_data="usecases" %}{{ block.super }}{% endwith %} {% endblock %} {% block help %} {{block.super}} {% endblock %} {% block customhead %} {% endblock %} {% block content %}
{% if 'icon' in spec %} {% else %} {% endif %}

{% translate app.verbose_name %} - {% translate 'Trigger Workflow/Sharing' %}

{% translate 'For Specification:' %} {% translate spec.name %}

{% include 'dashboard/_appusers.html' with usecase=usecase spec=spec %}
  • {% translate 'Summary' %}
{% for k, v in data.items %} {% endfor %}
AttributeValue
{{k}}{{v}}
{% translate 'Comments' %}
{% csrf_token %}
{{ form|crispy }}

Share a message. We will send the context along for better understanding


{% for k, v in data.items %} {% endfor %}
AttributeValue
{{k}}{{v}}
{% for t in targets %} {% endfor %}
{% if t.nature == "Email" %} {% elif t.nature == "Slack" %} {% endif %}
{% endblock %}