{% extends "mygame/company.html" %} {% block content %}
Positives | Negatives |
---|---|
{%for pro in engineeringmodel.getPros%}
{{pro}}
{%endfor%}
|
{%for con in engineeringmodel.getCons%}
{{con}}
{%endfor%}
|