{% extends "Buckeye/index.html" %} {% block content %}
Case | Previous Context | Verb | In between | Noun | Following Context | {% for c in cases %}
---|---|---|---|---|---|
Record | {% for p in c.getPrev %} {{ p }} {% endfor %} | {{ c.verb }} | {% for i in c.getInter %} {{ i }} {% endfor %} | {{ c.getNoun }} | {% for f in c.getFoll %} {{ f }} {% endfor %} |