{% extends "base.html" %} {% block title %}Trait Submission{% endblock %} {% block css %} {% endblock %} {% block content %}
| Case Attribute | Description | Actions | {% for id_, name, description in case_attributes %}
|---|---|---|
| {{ name }} | {{ description }} | |
| Author | Diff | Action | {% for data in modifications %}
|---|---|---|
| {{ data.get('author') }} |
{% if data.get("name")%}
Name: Original: {{ data["name"].get("Original") }} Current: {{ data["name"].get("Current") }} Diff: {{data["name"].get("Diff")}}
{% endif %}
{% if data.get("description")%}
Description:Original: {{ data["description"].get("Original") }} Current: {{ data["description"].get("Current") }} Diff: {{data["description"].get("Diff")}}
{% endif %}
|
| Case Attribute | Author | Description | Action | {% for data in deletions %}
|---|---|---|---|
| {{data.get("name")}} | {{ data.get('author') }} | {{data.get("description")}} |
| Case Attribute | Author | Description | Action | {% for data in inserts %}
|---|---|---|---|
| {{ data.get("name") }} | {{ data.get("author")}} | {{ data.get("description") }} |