{% extends 'base.html' %} {% import 'status/status-macros.twig' as status %} {% block title %}Office and locations{% endblock %} {% block additional_header %} {% endblock %} {# {% block department %} Status Internal {% endblock %} #} {% block sidebar_header %} {% endblock %} {% block main_column %} {% block status_content %}

How to find me

This page should be updated on a regular level during working hours and indicate where you can meet me.

{% for key, val in parse_ini_file('status/current-status.txt', true) %}{# pseudo for loop #} {% if val.date|date('m/d/Y') != "now"|date('m/d/Y') %} {% endif %}
{% if val.picture %} {% endif %}

:

{{ val.loc }}

{{ val.secondary }}

{% if val.phone %}

Do not hesitate to call me at {{val.phone}}

{% else %}

To reach me, just drop me a message by mail (lastname@th.physik.uni-frankfurt.de).

{% endif %}
{% endfor %}

The campus

A map locating frequent positions

{% endblock %} {% endblock main_column %} {% block sidebar %}

Debugging status

{% for key, val in parse_ini_file('status/current-status.txt', true) %}{# pseudo for loop #}
Status: {{key}}
{% for k,v in val %}
{{k}}: {{v}}
{% endfor %}
{% endfor %}

Locations

Find all addresses on my homepage.

How to find us descriptions

{% endblock %}