/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ /** * Displays the phonelist from a phone system * * @param unique id for this widget * @param a title to display * @param the number of displayed lines, default 10 */ {% macro list(id, title, count) %} {% set uid = uid(page, id) %}